dark-mode

This commit is contained in:
Jake Howard 2022-08-27 23:20:30 +01:00
parent eddf4c88d1
commit 46836a6d30
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 1 additions and 1 deletions

View file

@ -46,7 +46,7 @@
<script async defer type="text/javascript" src="{% static 'contrib/htmx/htmx.min.js' %}"></script> <script async defer type="text/javascript" src="{% static 'contrib/htmx/htmx.min.js' %}"></script>
{# Not async to avoid bright flashes #} {# Not async to avoid bright flashes #}
<script type="text/javascript" src="{% static 'js/darkmode.js' %}"></script> <script type="text/javascript" src="{% static 'js/dark-mode.js' %}"></script>
{% block extra_js %}{% endblock %} {% block extra_js %}{% endblock %}