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:
Kirchik
2025-08-15 15:04:10 +02:00
parent f206b562c3
commit e3e0334aa3
+1 -1
View File
@@ -31,7 +31,7 @@
{{/* Возвращаем путь к фоновому изображению в зависимости от сезона */}} {{/* Возвращаем путь к фоновому изображению в зависимости от сезона */}}
{{- if eq $season "winter" -}} {{- if eq $season "winter" -}}
images/bg-winter.jpg images/bg-winter.webp
{{- else if eq $season "spring" -}} {{- else if eq $season "spring" -}}
images/bg-spring.jpg images/bg-spring.jpg
{{- else if eq $season "summer" -}} {{- else if eq $season "summer" -}}