From bed8aa6278073b049a566fb06da3f620e12fd8ce Mon Sep 17 00:00:00 2001 From: Daniel Hladek Date: Sat, 3 Oct 2020 17:04:37 +0200 Subject: [PATCH] zz --- themes/mytheme/templates/partials/authorposts.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/mytheme/templates/partials/authorposts.html.twig b/themes/mytheme/templates/partials/authorposts.html.twig index d323298f..7a698807 100644 --- a/themes/mytheme/templates/partials/authorposts.html.twig +++ b/themes/mytheme/templates/partials/authorposts.html.twig @@ -1,4 +1,5 @@ {% set blist = [] %} +{% set catlist = taxonomy.taxonomy["category"]|keys %} {% if grav.theme.config.params.articles.blacklist is defined %} {% set blist = grav.theme.config.params.articles.blacklist %} {% set tmplst = [] %}