WPD: temporary Christmas headericon swap.

pull/64/head
Snakes 2022-12-11 17:22:48 -05:00
parent 89b2c978e5
commit f366504bdd
Signed by: Snakes
GPG Key ID: E745A82778055C7E
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -59,7 +59,11 @@
<div class="navbar navbar-expand-md navbar-light" id="navbar">
<div class="container-fluid" style="padding:0;">
<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 #}
<img id="header--icon" alt="header icon" src="{{'icons-event/2022-christmas.webp' | asset_siteimg}}">
{% else %}
<img id="header--icon" alt="header icon" {% if sub %}src="{{sub.marsey_url}}"{% else %}src="{{'headericon.webp' | asset_siteimg}}"{% endif %}>
{% endif %}
</a>
{% if sub %}