forked from MarseyWorld/MarseyWorld
add homoween logos
parent
80c221d178
commit
26da0d6717
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
Binary file not shown.
After Width: | Height: | Size: 178 KiB |
|
@ -128,10 +128,8 @@
|
||||||
{% elif has_logo %}
|
{% elif has_logo %}
|
||||||
<div id="logo-container" class="flex-grow-1 logo-container">
|
<div id="logo-container" class="flex-grow-1 logo-container">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
{% if IS_DKD() %}
|
{% if IS_EVENT() %}
|
||||||
{% set logo_url = SITE_FULL_IMAGES ~ '/assets/events/DKD/images/logo.webp' %}
|
{% set logo_url = SITE_FULL_IMAGES ~ '/assets/events/' ~ IS_EVENT() ~ '/images/logo/' ~ SITE_NAME %}
|
||||||
{% elif IS_FISTMAS() %}
|
|
||||||
{% set logo_url = SITE_FULL_IMAGES ~ '/assets/events/fistmas/images/logo/' ~ SITE_NAME %}
|
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set logo_url = 'logo.webp' | asset_siteimg %}
|
{% set logo_url = 'logo.webp' | asset_siteimg %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue