include v

pull/79/head
justcool393 2022-12-16 15:24:26 -06:00 committed by geese_suck
parent 34803779cf
commit 9950109c24
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="awards-container">
{% set gingerbread_count = p.award_count("gingerbread") * 2 if p.award_count("gingerbread") <= 10 else 20 %}}
{% set gingerbread_count = p.award_count("gingerbread", v) * 2 if p.award_count("gingerbread", v) <= 10 else 20 %}}
{% for i in range(gingerbread_count) %}
<div class="fall-snowflake">
<img src="/i/event/awards/gingerbread.png?v=1" class="animate-spin object-contain" style="width: 40px; height: 40px;" alt="animate marsey gingerbread icon" />