neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-10 23:56:55 +01:00
parent 0bec78e670
commit a2b30f97c4

View File

@ -20,7 +20,7 @@
<span class="tags">2
{% for tax,value in taxlist[taxonomy] %}
{% for page in pages %}
{% if tax in page.taxonomy.tag %}
{% if page.taxonomy.tag contains tax %}
{% 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>
{% endif %}