From af8d4b3d4162b1f6bc68e4355d6e90c81a11c233 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Mon, 21 Nov 2022 14:54:21 -0600 Subject: [PATCH] remove unnecessary set --- files/templates/root.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/templates/root.html b/files/templates/root.html index d189325a5..4acabb36f 100644 --- a/files/templates/root.html +++ b/files/templates/root.html @@ -17,8 +17,7 @@ {% block title %}{% block pagetitle %}if you see this pls report it as a bug <3{% endblock %} - {{SITE_NAME}}{% endblock %} - {% set page_title = self.pagetitle() %} - {{html_head.page_meta(page_title or none)}} + {{html_head.page_meta(self.pagetitle() or none)}} {{html_head.javascript() if root_scope.js}} {{html_head.stylesheets(root_scope.include_user_css)}} {{html_head.seo() if root_scope.include_seo}}