stop music from playing twice lol
parent
95843440f6
commit
b440bf81b4
|
@ -101,8 +101,8 @@
|
|||
</script>
|
||||
{% endif %}
|
||||
|
||||
{% block footer %}
|
||||
<footer></footer>
|
||||
{% endblock %}
|
||||
{% if HOLIDAY_EVENT %}
|
||||
{% include "event/music.html" %}
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -76,5 +76,4 @@
|
|||
|
||||
{% if HOLIDAY_EVENT %}
|
||||
<script defer src="{{'event/js/darkmode.js' | asset}}"></script>
|
||||
{% include "event/music.html" %}
|
||||
{% endif %}
|
||||
|
|
|
@ -68,5 +68,4 @@
|
|||
|
||||
{% if HOLIDAY_EVENT %}
|
||||
<script defer src="{{'event/js/darkmode.js' | asset}}"></script>
|
||||
{% include "event/music.html" %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue