From c731206171bc649910f27becc6bb2dc9ea39260f Mon Sep 17 00:00:00 2001 From: teldra Date: Tue, 10 Jan 2023 23:12:11 +0100 Subject: [PATCH] neues theme: add blueprints.yaml --- themes/quark/templates/partials/taxonomylist.html.twig | 3 --- 1 file changed, 3 deletions(-) diff --git a/themes/quark/templates/partials/taxonomylist.html.twig b/themes/quark/templates/partials/taxonomylist.html.twig index f548d9b7..cde66c4d 100644 --- a/themes/quark/templates/partials/taxonomylist.html.twig +++ b/themes/quark/templates/partials/taxonomylist.html.twig @@ -11,9 +11,6 @@ {% set label_class = uri.param(taxonomy) == tax ? 'label-primary' : 'label-secondary' %} {{ tax }} {% endif %} - {% if tax in page.tags %} - {% break %} - {% endif %} {% endfor %} {% endfor %}