master
kek7198 2021-12-11 16:55:56 -06:00
parent 8cc086d6a8
commit 4a6804780f
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,2 @@
<div class="fixed w-full h-full z-[1000] bg-cover pointer-events-none opacity-[.1]" style="background-image: url('https://media0.giphy.com/media/3o72FhIuVWddxQHftS/giphy.gif');">
</div>

View File

@ -123,9 +123,14 @@
</script>
{% endif %}
<!-- Songs & Mariah award -->
<!-- Songs & Fireplace awards -->
{% if p.award_count("snow") and p.award_count("fireplace") %}
<script defer src="/assets/js/christmas/deanmartin.js?v=1"></script>
{% elif p.award_count("fireplace")%}
<script defer src="/assets/js/christmas/fireplace.js?v=2"></script>
{% else %}
<script defer src="/assets/js/christmas/playlist.js?v=2"></script>
{% endif %}
<!-- Fireplace award -->
{% include "/awards/Christmas/Fireplace.html" %}