From 36bf5b4c0766f19a60e4a7d5b66f26ac89e11838 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 15 Sep 2023 01:47:17 +0300 Subject: [PATCH] readable syntax --- files/templates/root.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/templates/root.html b/files/templates/root.html index 3ec99384e..91717cef6 100644 --- a/files/templates/root.html +++ b/files/templates/root.html @@ -19,7 +19,9 @@ {% block head %} - {% block title %}{% block pagetitle %}if you see this pls report it as a bug <3{% endblock %} - {{SITE_NAME}}{% endblock %} + {% block title -%} + {% block pagetitle %}if you see this pls report it as a bug <3{% endblock %} - {{SITE_NAME}} + {%- endblock %} {{html_head.seo()}} {{html_head.page_meta(self.pagetitle() or none)}} {{html_head.javascript()}}