forked from MarseyWorld/MarseyWorld
WPD: temporary Christmas header logo swap.
parent
bd84fe9579
commit
7778e6078d
Binary file not shown.
After Width: | Height: | Size: 539 KiB |
|
@ -83,7 +83,11 @@
|
||||||
</style>
|
</style>
|
||||||
<div id="logo-container" class="flex-grow-1 logo-container">
|
<div id="logo-container" class="flex-grow-1 logo-container">
|
||||||
<a href="/">
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue