neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-10 23:12:11 +01:00
parent 5f2d5632dd
commit c731206171

View File

@ -11,9 +11,6 @@
{% 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>