neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-10 22:49:34 +01:00
parent 9bcad1ccf1
commit a007b224ec

View File

@ -2,8 +2,9 @@
{% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags() : taxonomylist.get() %}
{% if "events" in page.url %}
{% set pages = page.collection()|filter(page => page.header.event.start is defined) %}
<span class="tags">2
<span class="tags">1
{% for tax,value in taxlist[taxonomy] %}
{% for page in pages %}
{% if tax in page.tags %}