From e3d55b5f5811690c072ce7002d91194a0a8f1380 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 3 Oct 2025 23:29:15 +0200 Subject: add block for extra head this is useful for extra CSS in specific pages --- templates/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 41092f3..e7040fe 100644 --- a/templates/base.html +++ b/templates/base.html @@ -44,6 +44,7 @@ + {% block head %}{% endblock %} {# The site/side menu #} -- cgit v1.2.3