From 564e33a9b038ed807dc5ba4f94e7e4386917ec51 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 2 Jan 2023 05:49:26 +0200 Subject: [PATCH] fix invalid page markup --- files/templates/root.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/root.html b/files/templates/root.html index 7c62150c87..c933974df3 100644 --- a/files/templates/root.html +++ b/files/templates/root.html @@ -11,8 +11,6 @@ - - {% block head %} {% block title %}{% block pagetitle %}if you see this pls report it as a bug <3{% endblock %} - {{SITE_NAME}}{% endblock %} @@ -25,6 +23,8 @@ {% endblock %} + + {% block body required %}{% endblock %} {{html_head.stylesheets_lower()}}