renderizar las licencias como markdown
This commit is contained in:
parent
cad881db1c
commit
edfbb85553
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ SiteService = Struct.new(:site, :usuarie, :params, keyword_init: true) do
|
||||||
title: site.licencia.name,
|
title: site.licencia.name,
|
||||||
author: %w[Sutty],
|
author: %w[Sutty],
|
||||||
permalink: "#{I18n.t('activerecord.models.licencia').downcase}/",
|
permalink: "#{I18n.t('activerecord.models.licencia').downcase}/",
|
||||||
content: site.licencia.deed
|
content: CommonMarker.render_html(site.licencia.deed)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue