mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
move block scripts
This commit is contained in:
parent
c2fe667404
commit
1ccc103fe0
@ -152,12 +152,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</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>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user