neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-12 00:18:46 +01:00
parent 3f85f9f2fd
commit 52199718c8

View File

@ -11,6 +11,13 @@
{% endblock %}
{% endif %}
{% block sidebar %}
{% if not (grav.uri.param('chromeless') or grav.uri.param('embedded') or grav.uri.param('standalone')) and not(theme_var('chromeless.enabled')) %}
{% block sidebar %}
{% include 'partials/sidebar.html.twig' %}
{% endblock %}
{% endif %}
{% endblock %}
{% block content %}
{% if show_breadcrumbs and config.plugins.breadcrumbs.enabled %}