From fbf975deb65a87d89c4904dc26f03b59053fb84a Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 1 Jan 2023 16:01:00 +0200 Subject: [PATCH] fix tooltips lol --- files/templates/root.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/files/templates/root.html b/files/templates/root.html index 60a19abc2b..7c62150c87 100644 --- a/files/templates/root.html +++ b/files/templates/root.html @@ -8,12 +8,11 @@ {%- import 'util/macros.html' as macros with context -%} {%- import 'util/html_head.html' as html_head with context -%} - - - + + {% block head %} {% block title %}{% block pagetitle %}if you see this pls report it as a bug <3{% endblock %} - {{SITE_NAME}}{% endblock %}