From a2f4f5aff41c3f35746a293b303d7902cf9b3c85 Mon Sep 17 00:00:00 2001 From: Daniel Hladek Date: Sat, 3 Oct 2020 16:41:16 +0200 Subject: [PATCH] zz --- themes/mytheme/templates/partials/authorposts.html.twig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/mytheme/templates/partials/authorposts.html.twig b/themes/mytheme/templates/partials/authorposts.html.twig index 08374462..d4c119a0 100644 --- a/themes/mytheme/templates/partials/authorposts.html.twig +++ b/themes/mytheme/templates/partials/authorposts.html.twig @@ -12,7 +12,6 @@ {% set pages = taxonomy.findTaxonomy({'author': author}).order('date', 'desc') %} {% set tmplst = [] %} -

{{ author }}

{% for page in pages %} {% set blisted = false %} {% for bcat in blist %} @@ -36,7 +35,7 @@ {% endif %} {{ p.title|e }} {% set catlist = [] %} - {% for cat in page.taxonomy.category %} + {% for cat in p.taxonomy.category %} {% set catlist = catlist|merge([''~cat~'']) %} {% endfor %} {{ catlist|join(', ') }}