diff --git a/themes/mytheme/templates/README.html.twig b/themes/mytheme/templates/README.html.twig index 73043dfb..7c32015f 100644 --- a/themes/mytheme/templates/README.html.twig +++ b/themes/mytheme/templates/README.html.twig @@ -55,7 +55,7 @@ {% if page.taxonomy.category|length > 0 %} {% set categorylist = [] %} {% for category in page.taxonomy.category %} - {% set categorylist = categorylist|merge([''~category~'']) %} + {% set categorylist = categorylist|merge([''~category~'']) %} {% endfor %}
{{ categorylist|join(', ') }}