diff --git a/themes/mytheme/templates/partials/authorposts.html.twig b/themes/mytheme/templates/partials/authorposts.html.twig
index d4c119a028..67ad7e78dc 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(', ') }}