From 0771b06036f550d33b2380c45b2d962b4ab6fd84 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Tue, 13 Jul 2021 23:39:47 +0200 Subject: [PATCH] Allow appending to html head --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index 4715b94..8ad0ca6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,6 +4,7 @@ jotoho.de - A personal website + {% block metadata %} {% endblock %}