moved js to its own static file

This commit is contained in:
Speyll
2023-10-05 23:02:23 +01:00
parent cff8b14efb
commit 3ae15e9ed8
3 changed files with 23 additions and 25 deletions

View File

@@ -91,4 +91,5 @@
{% endif %}
{% block css %}
<link rel="stylesheet" href="{{ get_url(path='css/style.css', trailing_slash=false) | safe }}"/>
{% endblock css %}
{% endblock css %}
<script src="{{ get_url(path='js/script.js', trailing_slash=false) | safe }}"></script>