neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-10 21:47:18 +01:00
parent 3bd7dae457
commit b664a8ecce

View File

@ -3,7 +3,7 @@
<span class="tags">1
{% for p in page.collection() %}
{% for tax, value in p.taxonomy[taxonomy] %}
{% for tax, value in p.taxonomy['tags'] %}
{% 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>
{% endfor %}