neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-10 20:39:22 +01:00
parent bf28f73b10
commit 985198b65a

View File

@ -1,5 +1,5 @@
{% if "events" in page.url %}
{% set taxlist = taxonomy.findTaxonomy({'event':'start' }) %}
{% set taxlist = taxonomy.findTaxonomy({'event'}) %}
{% else %}
{% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags() : taxonomylist.get() %}
{% endif %}