neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-10 21:39:28 +01:00
parent d7ad4f0234
commit 749301b8ab

View File

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