event icons

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

View File

@ -1,5 +1,6 @@
EVENT_JINJA_CONST = {
"EVENT_BANNER": "banner_rDrama.html",
"EVENT_ICONS": True,
"EVENT_SIDEBAR": True,
"EVENT_STYLES": "blizzard.css",
"EVENT_AWARDS": True,

View File

@ -64,7 +64,7 @@
<a href="/" class="navbar-brand mr-auto {% if not has_logo and not sub %}flex-grow-1{% endif %}">
{% if SITE_NAME == 'WPD' %} {# Temporary event code, 2022-12-11 #}
{% set icon_url = 'icons-event/2022-christmas.webp' | asset_siteimg %}
{% elif HOLIDAY_EVENT %}
{% elif EVENT_ICONS %}
{% set icon_url = macros.random_image('events/icon') %}
{% else %}
{% set icon_url = 'headericon.webp' | asset_siteimg %}