pull/79/head
justcool393 2022-12-15 20:38:48 -06:00 committed by geese_suck
parent b7f07ff53a
commit 4f67d182eb
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
{% if SITE_NAME == 'WPD' %} {# Temporary event code, 2022-12-11 #}
{% set icon_url = 'icons-event/2022-christmas.webp' | asset_siteimg %}
{% elif HOLIDAY_EVENT %}
{% set icon_url = random_image('events/icon') %}
{% set icon_url = macros.random_image('events/icon') %}
{% else %}
{% set icon_url = 'headericon.webp' | asset_siteimg %}
{% endif %}