diff --git a/templates/base.html b/templates/base.html index 105a236..a13baa6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,6 +36,10 @@ {% endif %} + {% if GOOGLE_ANALYTICS %} + {% include "partial/ga.html" %} + {% endif %} + @@ -75,10 +79,13 @@ }); {% endif %} + {% if GOOGLE_TAG_MANAGER %} + {% include "partial/gtm.html" %} + {% endif %} {% if GOOGLE_TAG_MANAGER %} - {% include "partial/gtm.html" %} + {% include "partial/gtm_noscript.html" %} {% endif %}