forked from rDrama/rDrama
1
0
Fork 0

fix death counter being 0

master
Aevann 2024-03-05 23:23:58 +02:00
parent 3cf9d08cc6
commit 49a59c1a53
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@
{% elif has_sidebar %}
{% include "sidebar_" ~ SITE_NAME ~ ".html" %}
{% if SITE_NAME == 'WPD' %}
<script src="{{'js/deaths_today.js' | asset}}"></script>
<script defer src="{{'js/deaths_today.js' | asset}}"></script>
{% endif %}
{% endif %}
</li>