mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:41:43 +00:00
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,
|
||||
author: %w[Sutty],
|
||||
permalink: "#{I18n.t('activerecord.models.licencia').downcase}/",
|
||||
content: site.licencia.deed
|
||||
content: CommonMarker.render_html(site.licencia.deed)
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue