diff --git a/agaric/templates/field/field--node--field-authors--rss-teaser.html.twig b/agaric/templates/field/field--node--field-authors--rss-teaser.html.twig index 54dbe71..4f9cb5b 100644 --- a/agaric/templates/field/field--node--field-authors--rss-teaser.html.twig +++ b/agaric/templates/field/field--node--field-authors--rss-teaser.html.twig @@ -1,6 +1,5 @@ - {% for item in items %} - {% if loop.length > 1 and loop.index == loop.length %}and {% endif %} - {{ item.content }}{% if loop.length > 2 and not loop.last %}, {% endif %} + + {{ item.content }} + {% endfor %} -