From 271105fd33d60818143ac7362b63bf7e0be92dd7 Mon Sep 17 00:00:00 2001 From: JirR02 Date: Thu, 8 Jan 2026 11:48:24 +0100 Subject: [PATCH] Website V. 1.4.2 Modified Dates for Snow --- .gitea/workflows/build-deploy.yaml | 2 +- layouts/_default/baseof.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-deploy.yaml b/.gitea/workflows/build-deploy.yaml index 5b6d10b..adffc4c 100644 --- a/.gitea/workflows/build-deploy.yaml +++ b/.gitea/workflows/build-deploy.yaml @@ -5,7 +5,7 @@ on: - master schedule: - cron: '0 0 10 12 *' - - cron: '0 0 8 1 *' + - cron: '0 0 9 1 *' jobs: build-and-deploy: runs-on: ubuntu-latest diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 2802e46..d990565 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,7 +2,7 @@ {{- $month := now.Month -}} {{- $day := now.Day -}} -{{- if or (and (eq $month 12) (ge $day 10)) (and (eq $month 1) (le $day 7)) -}} +{{- if or (and (eq $month 12) (ge $day 10)) (and (eq $month 1) (le $day 8)) -}} {{- $isWinter = true -}} {{- end -}}