2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 01:00:26 +01:00

move block scripts

This commit is contained in:
Hendrik Niefeld 2020-01-02 17:15:20 +01:00
parent c2fe667404
commit 1ccc103fe0

View File

@ -152,12 +152,11 @@
</div>
</div>
</div>
{% block scripts %}
{% assets filters="rjsmin", output="scripts/packed.js", "scripts/jquery-3.4.1.min.js", "scripts/menu.js", "scripts/fade.js" %}
<script src="/{{ ASSET_URL }}"></script>
{% endassets %}
{% endblock %}
</div>
{% block scripts %}
{% assets filters="rjsmin", output="scripts/packed.js", "scripts/jquery-3.4.1.min.js", "scripts/menu.js", "scripts/fade.js" %}
<script src="/{{ ASSET_URL }}"></script>
{% endassets %}
{% endblock %}
</body>
</html>