From 0fa77c2eeccd096f6def3b540a9417a1b54fdd5f Mon Sep 17 00:00:00 2001 From: speyll Date: Fri, 6 Jun 2025 00:08:40 +0100 Subject: [PATCH] added {% block extra_head %}{% endblock %} to the base.html --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index d15686e..a14fef1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,6 +17,7 @@ + {% block extra_head %}{% endblock %} {% set current_lang = config.default_language %}