neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-10 21:35:31 +01:00
parent ff867357ac
commit 3becbce7cc

View File

@ -20,7 +20,11 @@
{% set taxlist = most_common_taxonomies %}
<ul>
{% for taxonomy, count in most_common_taxonomies %}
<li>{{ taxonomy }} ({{ count }} occurrences)</li>
{% endfor %}
</ul>
{% else %}
{% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags() : taxonomylist.get() %}
{% endif %}