Add winter seasonal background
- Added bg-winter.webp for winter season display - Updated seasonal-background.html to use webp format for winter - Winter background will automatically show during winter months (Dec 21 - Mar 20)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
{{/* Возвращаем путь к фоновому изображению в зависимости от сезона */}}
|
||||
{{- if eq $season "winter" -}}
|
||||
images/bg-winter.jpg
|
||||
images/bg-winter.webp
|
||||
{{- else if eq $season "spring" -}}
|
||||
images/bg-spring.jpg
|
||||
{{- else if eq $season "summer" -}}
|
||||
|
||||
Reference in New Issue
Block a user