remotes/1693045480750635534/spooky-22
kek7198 2021-12-11 11:36:14 -06:00
parent 76d7f41c51
commit 57ec6cef08
3 changed files with 12 additions and 5 deletions

View File

@ -0,0 +1,7 @@
{% set coalCount = p.award_count("coal") * 1 if p.award_count("snow") < 10 else 10 %}
{% for i in range(coalCount) %}
<div class="snowflake">
<img src="/assets/christmas/images/coal.gif" width="40" height="40" alt="animated coal icon"/>
</div>
{% endfor %}

View File

@ -192,7 +192,7 @@
<link rel="stylesheet" href="{{ ASSET_URL }}">
{% endassets %}
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=18">
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=20">
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>

View File

@ -47,12 +47,12 @@
<!-- Ginger Marsey award -->
{% if p.award_count("gingermarsey") %}
{% include "/awards/Christmas/GingerMarsey.html" %}
{% include "/awards/Christmas/GingerMarsey.html" %}
{% endif %}
<!-- Ginger Marsey award -->
{% if p.award_count("gingermarsey") %}
{% include "/awards/Christmas/GingerMarsey.html" %}
<!-- Coal award -->
{% if p.award_count("coal") %}
{% include "/awards/Christmas/coal.html" %}
{% endif %}
<!-- Javascript -->