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> <ul>
{% for taxonomy, count in most_common_tags %} {% for tag, count in most_common_tags %}
<li>{{ taxonomy }} ({{ count }} occurrences)</li> <li>{{ tag }} ({{ count }} occurrences)</li>
{% endfor %} {% endfor %}
</ul> </ul>
{% else %} {% else %}
{% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags() : taxonomylist.get() %} {% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags() : taxonomylist.get() %}
{% endif %} {% endif %}