Load scripts before images.

This commit is contained in:
Bowen Ding
2020-07-13 16:48:37 +08:00
parent 3de10221d7
commit 1ed906ab87
3 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>