It is necessary to tell the template not to escape
we handle this in the fields that make up the 'description' (we put more than the description in). Ref #159
This commit is contained in:
parent
bd9add651f
commit
881ed18164
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
<comments>{{ link }}#comments</comments>
|
||||
{# The RSS Teaser view mode *must* be configured to output the body paragraph
|
||||
(summary) LAST; see below for why. #}
|
||||
{{ description }}
|
||||
{{ description|raw }}
|
||||
<a href="{{ item.node.url }}">Read more and discuss at agaric.coop.</a>
|
||||
{# Opening description tag is in paragraph template used for description,
|
||||
see field/field--field-body-paragraph--rss-teaser.html.twig and only the
|
||||
|
|
Loading…
Reference in a new issue