From 0a8293f86bea9cb0ff4ffa994c1ed8b857bdf539 Mon Sep 17 00:00:00 2001 From: g* Date: Wed, 2 Jul 2025 13:31:10 +0200 Subject: [PATCH] Pu head in the right place. --- docs/overrides/main.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 9276a9a..a7729a7 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -1,13 +1,12 @@ {% extends "base.html" %} +{% block extrahead %} + +{% endblock %} + {% block scripts %} - - - - - - {{ super() }} @@ -43,4 +42,6 @@ }); + + {% endblock %}