stop music from playing twice lol

pull/83/head
Aevann 2022-12-27 04:22:04 +02:00
parent 95843440f6
commit b440bf81b4
3 changed files with 3 additions and 5 deletions

View File

@ -101,8 +101,8 @@
</script>
{% endif %}
{% block footer %}
<footer></footer>
{% endblock %}
{% if HOLIDAY_EVENT %}
{% include "event/music.html" %}
{% endif %}
{% endblock %}

View File

@ -76,5 +76,4 @@
{% if HOLIDAY_EVENT %}
<script defer src="{{'event/js/darkmode.js' | asset}}"></script>
{% include "event/music.html" %}
{% endif %}

View File

@ -68,5 +68,4 @@
{% if HOLIDAY_EVENT %}
<script defer src="{{'event/js/darkmode.js' | asset}}"></script>
{% include "event/music.html" %}
{% endif %}