From 6be1edc0b440c072a9cf8d4b2ec6a9876942d89d Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 29 Sep 2022 11:04:14 +0200 Subject: [PATCH] Add Plausible analytics. --- source/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/templates/base.html b/source/templates/base.html index 9d17bc3..ddaec92 100644 --- a/source/templates/base.html +++ b/source/templates/base.html @@ -8,6 +8,8 @@ {{ page_title }} + {% block head %}{% endblock %}