forked from rDrama/rDrama
1
0
Fork 0

add homoween logos

master
Aevann 2023-09-29 05:56:02 +03:00
parent 80c221d178
commit 26da0d6717
3 changed files with 2 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

View File

@ -128,10 +128,8 @@
{% elif has_logo %}
<div id="logo-container" class="flex-grow-1 logo-container">
<a href="/">
{% if IS_DKD() %}
{% set logo_url = SITE_FULL_IMAGES ~ '/assets/events/DKD/images/logo.webp' %}
{% elif IS_FISTMAS() %}
{% set logo_url = SITE_FULL_IMAGES ~ '/assets/events/fistmas/images/logo/' ~ SITE_NAME %}
{% if IS_EVENT() %}
{% set logo_url = SITE_FULL_IMAGES ~ '/assets/events/' ~ IS_EVENT() ~ '/images/logo/' ~ SITE_NAME %}
{% else %}
{% set logo_url = 'logo.webp' | asset_siteimg %}
{% endif %}