From 1ed906ab877f3e381e3e36e164a4e8c96978f0e8 Mon Sep 17 00:00:00 2001 From: Bowen Ding Date: Mon, 13 Jul 2020 16:48:37 +0800 Subject: [PATCH] Load scripts before images. --- sigal/themes/colorbox/templates/base.html | 2 +- sigal/themes/galleria/templates/base.html | 2 +- sigal/themes/photoswipe/templates/base.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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' %}