forked from rDrama/rDrama
1
0
Fork 0

fix logos

master
Aevann 2023-09-29 05:59:44 +03:00
parent 2cbe73f272
commit 3edef755fa
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
<div id="logo-container" class="flex-grow-1 logo-container">
<a href="/">
{% if IS_EVENT() %}
{% set logo_url = SITE_FULL_IMAGES ~ '/assets/events/' ~ IS_EVENT() ~ '/images/logo/' ~ SITE_NAME %}
{% set logo_url = SITE_FULL_IMAGES ~ '/assets/events/' ~ IS_EVENT() ~ '/images/logo/' ~ SITE_NAME ~ '.webp' %}
{% else %}
{% set logo_url = 'logo.webp' | asset_siteimg %}
{% endif %}