diff --git a/sigal/themes/colorbox/templates/base.html b/sigal/themes/colorbox/templates/base.html index afa5338..f7d9073 100644 --- a/sigal/themes/colorbox/templates/base.html +++ b/sigal/themes/colorbox/templates/base.html @@ -15,6 +15,7 @@ {% include 'analytics.html' %} + {% include 'decrypt.html' %} {% include 'gtm.html' %}
@@ -49,6 +50,5 @@
{% block footer %}{% endblock %} {% include 'piwik.html' %} - {% include 'decrypt.html' %} diff --git a/sigal/themes/galleria/templates/base.html b/sigal/themes/galleria/templates/base.html index eb3ef9d..35028d2 100644 --- a/sigal/themes/galleria/templates/base.html +++ b/sigal/themes/galleria/templates/base.html @@ -16,6 +16,7 @@ {% include 'analytics.html' %} + {% include 'decrypt.html' %} {% include 'gtm.html' %}
@@ -35,6 +36,5 @@
{% block late_js %}{% endblock late_js %} {% include 'piwik.html' %} - {% include 'decrypt.html' %} diff --git a/sigal/themes/photoswipe/templates/base.html b/sigal/themes/photoswipe/templates/base.html index dec1b40..44c683a 100644 --- a/sigal/themes/photoswipe/templates/base.html +++ b/sigal/themes/photoswipe/templates/base.html @@ -13,6 +13,7 @@ {% include 'analytics.html' %} + {% include 'decrypt.html' %} {% include 'gtm.html' %}

{{ index_title }}

@@ -34,6 +35,5 @@ {% block extra_footer %}{% endblock %}
{% include 'piwik.html' %} - {% include 'decrypt.html' %}