diff --git a/themes/quark/templates/partials/taxonomylist.html.twig b/themes/quark/templates/partials/taxonomylist.html.twig index a6821f46..bb8ea26b 100644 --- a/themes/quark/templates/partials/taxonomylist.html.twig +++ b/themes/quark/templates/partials/taxonomylist.html.twig @@ -1,7 +1,7 @@ {% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags() : taxonomylist.get() %} {% if base_url == page.url %} {% if taxlist %} - +1 {% for tax,value in taxlist[taxonomy] %} {% set label_class = uri.param(taxonomy) == tax ? 'label-primary' : 'label-secondary' %} {{ tax }} @@ -17,7 +17,7 @@ {% set pages = page.collection()|filter(page => page.header.event.start is defined) %} - +2 {% for tax,value in taxlist[taxonomy] %} {% for page in pages %} {% if tax in page.taxonomy.tags %}