From be16c40f3036189725400f9fc62d638b30c6e810 Mon Sep 17 00:00:00 2001 From: jem Date: Wed, 29 Sep 2021 09:02:22 +0200 Subject: [PATCH] =?UTF-8?q?fix=20f=C3=BCr=20headlines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/templates/themes/bootstrap4/html/headlines.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/templates/themes/bootstrap4/html/headlines.html b/resources/templates/themes/bootstrap4/html/headlines.html index 7c7dffb..1393b1a 100644 --- a/resources/templates/themes/bootstrap4/html/headlines.html +++ b/resources/templates/themes/bootstrap4/html/headlines.html @@ -4,6 +4,6 @@ {% include "/html/includes/headlines.inc" %} {% endblock %} -{% block center %} +{% block main %} {{page.content|safe}} {% endblock %}