diff --git a/digitalglarus/templates/new_base_glarus.html b/digitalglarus/templates/new_base_glarus.html index 826b49c0..1c4cd4c4 100644 --- a/digitalglarus/templates/new_base_glarus.html +++ b/digitalglarus/templates/new_base_glarus.html @@ -46,16 +46,19 @@ - + + + {% include 'google_analytics.html' %} + {% endwith %} - + + + {% include "google_analytics.html" %} + diff --git a/hosting/templates/hosting/base_short.html b/hosting/templates/hosting/base_short.html index c3b19c8c..6a08b97b 100644 --- a/hosting/templates/hosting/base_short.html +++ b/hosting/templates/hosting/base_short.html @@ -40,6 +40,9 @@ + + {% include "google_analytics.html" %} + diff --git a/hosting/templates/hosting/beta.html b/hosting/templates/hosting/beta.html index 68cbb5a9..caecdb82 100644 --- a/hosting/templates/hosting/beta.html +++ b/hosting/templates/hosting/beta.html @@ -31,16 +31,19 @@ - + + + {% include 'google_analytics.html' %} + diff --git a/hosting/templates/hosting/hosting_pricing.html b/hosting/templates/hosting/hosting_pricing.html index c6ae33d0..9032ddd6 100644 --- a/hosting/templates/hosting/hosting_pricing.html +++ b/hosting/templates/hosting/hosting_pricing.html @@ -18,7 +18,9 @@ - + + {% include 'google_analytics.html' %} + diff --git a/ungleich/templates/cms/ungleichch/base_ungleich.html b/ungleich/templates/cms/ungleichch/base_ungleich.html index 30dfdeb9..2acadfce 100644 --- a/ungleich/templates/cms/ungleichch/base_ungleich.html +++ b/ungleich/templates/cms/ungleichch/base_ungleich.html @@ -34,6 +34,10 @@ {% endblock %} {% render_block "external-css" %} {% render_block "css" postprocessor "compressor.contrib.sekizai.compress" %} + + + {% include "google_analytics.html" %} + @@ -60,16 +64,16 @@ {% bootstrap_javascript %} {% endaddtoblock %} {% addtoblock "js" %} - + - + + + {% include "google_analytics.html" %} +