From 2f26d32bd358ae5c5c6db01c1d456c3fa21ab6ee Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sat, 21 Aug 2021 12:54:20 -0400 Subject: [PATCH] Enable analytics --- templates/base.html | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/templates/base.html b/templates/base.html index 2c0ce2d..3b7bd2e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,21 +1,25 @@ + {% block head %} - + {% block title %}{% endblock title %} | {{config.extra.name}} - + - + {% endblock head %} +
@@ -24,10 +28,10 @@
@@ -35,5 +39,16 @@ {% endblock content %}
+ + + + + \ No newline at end of file