From d1945ae148d7ccb75d3764e2166c3469858c7671 Mon Sep 17 00:00:00 2001 From: carpetscheme Date: Sat, 18 Jul 2020 19:24:55 +0200 Subject: [PATCH] extra head block --- templates/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/index.html b/templates/index.html index cadfdad..fe7808f 100755 --- a/templates/index.html +++ b/templates/index.html @@ -16,6 +16,9 @@ {% set data = load_data(path="public/style.css", format="plain") -%} + {% block extra_head %} + {% endblock extra_head %} + {% endblock head %}