From 75919958d29789677307d7aaf6a99f6dba5dd437 Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Sat, 27 Jul 2024 12:58:53 +0200 Subject: [PATCH] fix: don't extend header but extend extra head Signed-off-by: Louis Vallat --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 9b62ef0..ffc3806 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,8 +1,8 @@ {% extends "terminimal/templates/index.html" %} -{% block header %} +{% block extra_head %} -{% endblock header %} +{% endblock extra_head %} {% block content %}