From 1cd8cb815dcfb2b6fe273ac1bad3a27ed3aedb21 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Fri, 9 Sep 2022 19:15:56 +0530 Subject: [PATCH] feat: setup matomo --- templates/base.html | 40 ++++++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/templates/base.html b/templates/base.html index 3344410..45f10b2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,21 +16,45 @@ href="{{ get_url(path='/mobile.css') }}" /> - - + + {% block meta %} {% endblock %} + + + + -
- {% include "nav.html" %} -
+
{% include "nav.html" %}
-
- {% block content %} {% endblock %} -
+
{% block content %} {% endblock %}
{% include "footer.html" %}