From c0864d25bc7bbb8964b06d517642a1163695c960 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 30 Sep 2015 02:42:34 +0200 Subject: [PATCH] add analytics script --- app/templates/base.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/templates/base.html b/app/templates/base.html index 2d3c8fa..a72f975 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -44,6 +44,17 @@ + + {% block extra_head %}{% endblock %} -- 2.39.5