From ec622f55b04c74fd5f093d282fcb813f192d49c4 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Fri, 27 Sep 2024 14:08:17 +0300 Subject: [PATCH] feat: umami script --- templates/layouts/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/layouts/base.html b/templates/layouts/base.html index 1c58157..687c6f2 100644 --- a/templates/layouts/base.html +++ b/templates/layouts/base.html @@ -12,6 +12,8 @@ + + {% block extra_head %} {% endblock %} -- 2.44.1