From 4ecbc98a08a705cc0832920ec638bd3cf2248c51 Mon Sep 17 00:00:00 2001 From: teldra Date: Tue, 10 Jan 2023 22:56:54 +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 a7583771..f9e91da3 100644 --- a/themes/quark/templates/partials/taxonomylist.html.twig +++ b/themes/quark/templates/partials/taxonomylist.html.twig @@ -10,7 +10,7 @@ {% if tax in page.tags %} {% set label_class = uri.param(taxonomy) == tax ? 'label-primary' : 'label-secondary' %} {{ tax }} - {% break %} + {% break %} {% endif %} {% endfor %} {% endfor %}