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:
benjamin melançon 2019-01-18 20:57:10 -05:00
parent bd9add651f
commit 881ed18164

View file

@ -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