Load scripts before images.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user