forked from rDrama/rDrama
1
0
Fork 0

rename 2 css files

master
Aevann 2023-10-01 11:15:50 +03:00
parent 32814366b7
commit 992f1e6df4
3 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@
<link rel="stylesheet" href="{{'css/awards.css' | asset}}">
{% if IS_HOMOWEEN() %}
<link rel="stylesheet" href="{{'events/homoween/css/homoween_main.css' | asset}}">
<link rel="stylesheet" href="{{'events/homoween/css/main_homoween.css' | asset}}">
{% endif %}
{% if sub and sub.css and not request.path.endswith('settings') and not request.values.get('nocss') %}
@ -138,7 +138,7 @@
{% endif %}
{% if IS_FISTMAS() %}
<link rel="stylesheet" href="{{'events/fistmas/css/fistmas_main.css' | asset}}">
<link rel="stylesheet" href="{{'events/fistmas/css/main_fistmas.css' | asset}}">
{% if v and v.theme in LIGHT_THEMES %}
<link rel="stylesheet" href="{{'events/fistmas/css/themes/light.css'| asset}}">