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 -}}