From 70e0693f5b22e70828d989135c6569a852b20e8a Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 11 Jan 2023 00:34:23 +0100 Subject: [PATCH] neues theme: add blueprints.yaml --- themes/quark/templates/partials/taxonomylist.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/quark/templates/partials/taxonomylist.html.twig b/themes/quark/templates/partials/taxonomylist.html.twig index 910dfac3..0a605380 100644 --- a/themes/quark/templates/partials/taxonomylist.html.twig +++ b/themes/quark/templates/partials/taxonomylist.html.twig @@ -1,6 +1,6 @@ {% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags() : taxonomylist.get() %} {% if taxlist %} -1 + {% for tax,value in taxlist[taxonomy] %} {% set label_class = uri.param(taxonomy) == tax ? 'label-primary' : 'label-secondary' %} {{ tax }}