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}}