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 %}