neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-10 23:01:40 +01:00
parent 18952e3baf
commit ae4a79d61d

View File

@ -8,10 +8,12 @@
{% for page in pages %} {% for page in pages %}
{{ tax }} {{ tax }}
{% if tax in page.tags %} {% if tax in page.tags %}
{% break %}
{% set label_class = uri.param(taxonomy) == tax ? 'label-primary' : 'label-secondary' %} {% set label_class = uri.param(taxonomy) == tax ? 'label-primary' : 'label-secondary' %}
<a class="label label-rounded {{ label_class }}" href="{{ base_url }}/{{ taxonomy }}{{ config.system.param_sep }}{{ tax }}">{{ tax }}</a> <a class="label label-rounded {{ label_class }}" href="{{ base_url }}/{{ taxonomy }}{{ config.system.param_sep }}{{ tax }}">{{ tax }}</a>
{% endif %} {% endif %}
{% if tax in page.tags %}
{% break %}
{% endif %}
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}
</span> </span>