From 4ba37e395715874d4f5bc1e215f78d28092cf7f0 Mon Sep 17 00:00:00 2001 From: teldra Date: Tue, 10 Jan 2023 23:34:03 +0100 Subject: [PATCH] neues theme: add blueprints.yaml --- themes/quark/templates/partials/taxonomylist.html.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/quark/templates/partials/taxonomylist.html.twig b/themes/quark/templates/partials/taxonomylist.html.twig index 69c129b5..459749c8 100644 --- a/themes/quark/templates/partials/taxonomylist.html.twig +++ b/themes/quark/templates/partials/taxonomylist.html.twig @@ -1,7 +1,9 @@ {% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags() : taxonomylist.get() %} {% set pages = page.collection()|filter(page => page.header.event.start is defined) %} {% for p,v in pages %} - {{ v }} + {% for l in v %} + {{ l }} + {% endfor %} {% endfor %}