fix tooltips lol

pull/83/head
Aevann 2023-01-01 16:01:00 +02:00
parent ce48b0f3a0
commit fbf975deb6
1 changed files with 2 additions and 3 deletions

View File

@ -8,12 +8,11 @@
{%- import 'util/macros.html' as macros with context -%}
{%- import 'util/html_head.html' as html_head with context -%}
<input hidden id="gnonce" value="{{g.nonce}}">
<script src="{{'js/top.js' | asset}}"></script>
<!DOCTYPE html>
<html lang="en" {% if not IS_FISTMAS() %}style="--primary:#{{v.themecolor if v else DEFAULT_COLOR}}"{% endif %}>
<head>
<input hidden id="gnonce" value="{{g.nonce}}">
<script src="{{'js/top.js' | asset}}"></script>
{% block head %}
<meta charset="utf-8">
{% block title %}<title>{% block pagetitle %}if you see this pls report it as a bug &lt;3{% endblock %} - {{SITE_NAME}}</title>{% endblock %}