neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-10 23:11:50 +01:00
parent 39f659cf49
commit 5f2d5632dd

View File

@ -11,7 +11,7 @@
{% 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 page.tags contains tax %} {% if tax in page.tags %}
{% break %} {% break %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}