From de64f4bd8b411eca5acf2f4e03d59115db2fc300 Mon Sep 17 00:00:00 2001 From: Eric Light Date: Wed, 20 Sep 2017 20:53:34 +1200 Subject: [PATCH] Move Google Analytics import into the section --- templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 105a236..02db623 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,6 +36,10 @@ {% endif %} + {% if GOOGLE_ANALYTICS %} + {% include "partial/ga.html" %} + {% endif %} + @@ -169,10 +173,6 @@ - {% if GOOGLE_ANALYTICS %} - {% include "partial/ga.html" %} - {% endif %} - {% if GUAGES %} {% include "partial/guages.html" %} {% endif %}