neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-10 20:29:17 +01:00
parent 7e6c700699
commit 19fb034717

View File

@ -1,4 +1,5 @@
{% set collection = page.collection() %}
{{ collection }}
{% if "events" in page.url %}
{% set collection_filtered = collection|filter(page => page.header.event.start is defined) %}
{% set taxlist = taxonomylist.get(collection_filtered) %}