WPD: temporary Christmas header logo swap.

pull/64/head
Snakes 2022-12-11 17:53:43 -05:00
parent bd84fe9579
commit 7778e6078d
Signed by: Snakes
GPG Key ID: E745A82778055C7E
2 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 KiB

View File

@ -83,7 +83,11 @@
</style>
<div id="logo-container" class="flex-grow-1 logo-container">
<a href="/">
<img class="ml-1" id="logo" alt="logo" src="{{'logo.webp' | asset_siteimg}}" width=70>
{% if SITE_NAME == 'WPD' %}{# Temporary event code, 2022-12-11 #}
<img class="ml-1" id="logo" alt="logo" src="{{'icons-event/2022-christmas-logo.webp' | asset_siteimg}}" width="70">
{% else %}
<img class="ml-1" id="logo" alt="logo" src="{{'logo.webp' | asset_siteimg}}" width="70">
{% endif %}
</a>
</div>
{% endif %}