From 1b96a3d1d04ee6386aea937fa1519fd4bfa12a81 Mon Sep 17 00:00:00 2001 From: Daniel Hladek Date: Sat, 3 Oct 2020 16:44:02 +0200 Subject: [PATCH] zz --- themes/mytheme/templates/partials/authorposts.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/mytheme/templates/partials/authorposts.html.twig b/themes/mytheme/templates/partials/authorposts.html.twig index d4c119a0..67ad7e78 100644 --- a/themes/mytheme/templates/partials/authorposts.html.twig +++ b/themes/mytheme/templates/partials/authorposts.html.twig @@ -36,7 +36,7 @@ {{ p.title|e }} {% set catlist = [] %} {% for cat in p.taxonomy.category %} - {% set catlist = catlist|merge([''~cat~'']) %} + {% set catlist = catlist|merge([''~cat~'']) %} {% endfor %} {{ catlist|join(', ') }}