dark-mode
This commit is contained in:
parent
eddf4c88d1
commit
46836a6d30
2 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue