Browse Source

Load scripts before images.

pull/395/head
Bowen Ding 6 years ago
parent
commit
1ed906ab87
  1. 2
      sigal/themes/colorbox/templates/base.html
  2. 2
      sigal/themes/galleria/templates/base.html
  3. 2
      sigal/themes/photoswipe/templates/base.html

2
sigal/themes/colorbox/templates/base.html

@ -15,6 +15,7 @@
{% include 'analytics.html' %}
</head>
<body>
{% include 'decrypt.html' %}
{% include 'gtm.html' %}
<div class="container">
<div class="three columns">
@ -49,6 +50,5 @@
</div>
{% block footer %}{% endblock %}
{% include 'piwik.html' %}
{% include 'decrypt.html' %}
</body>
</html>

2
sigal/themes/galleria/templates/base.html

@ -16,6 +16,7 @@
{% include 'analytics.html' %}
</head>
<body>
{% include 'decrypt.html' %}
{% include 'gtm.html' %}
<div class="container">
<header>
@ -35,6 +36,5 @@
</div>
{% block late_js %}{% endblock late_js %}
{% include 'piwik.html' %}
{% include 'decrypt.html' %}
</body>
</html>

2
sigal/themes/photoswipe/templates/base.html

@ -13,6 +13,7 @@
{% include 'analytics.html' %}
</head>
<body>
{% include 'decrypt.html' %}
{% include 'gtm.html' %}
<div class="container">
<h1><a href="{{ album.index_url }}">{{ index_title }}</a></h1>
@ -34,6 +35,5 @@
{% block extra_footer %}{% endblock %}
</div>
{% include 'piwik.html' %}
{% include 'decrypt.html' %}
</body>
</html>

Loading…
Cancel
Save