neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-10 20:13:33 +01:00
parent 7d750b2fa4
commit 407986fa00

View File

@ -1,12 +1,14 @@
{% if page.url == base_url ~ "/events" %} {% if page.url contains events %}
{% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags()|filter(page => page.header.event.start is defined) : taxonomylist.get()|filter(page => page.header.event.start is defined) %} {% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags() : taxonomylist.get() %}
{% set taxlist = taxlist|filter(page => page.header.event.start is defined) %}
{% else %} {% else %}
{% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags() : taxonomylist.get() %} {% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags() : taxonomylist.get() %}
{% endif %} {% endif %}
{{ page.url }} {{ page.url }}
{{ base_url }} {{ base_url }}
{{ base_url ~ "/events" }} {{ base_url ~ "/events"}}
{% if taxlist %} {% if taxlist %}
<span class="tags"> <span class="tags">
{% for tax,value in taxlist[taxonomy] %} {% for tax,value in taxlist[taxonomy] %}