neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-11 00:34:01 +01:00
parent 4a49f65f2d
commit 57fe908ab6

View File

@ -66,10 +66,7 @@
</div>
{% endif %}
{% if config.plugins.taxonomylist.enabled and page.url() in base_url %}
{{ page.url() }}
{{ base_url }}
<div class="sidebar-content">
{% if page.home() %} l1 {% else %} l2 {% endif %}
<h4>{{ 'THEME_QUARK.SIDEBAR.POPULAR_TAGS.HEADLINE'|t }}</h4>
{% include 'partials/taxonomylist.html.twig' with {'base_url':new_base_url, 'taxonomy':'tag'} %}
</div>