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(', ') }}