From 885b3493f7c49318b8ee291d1ad280068bc6f68e Mon Sep 17 00:00:00 2001 From: Andreas Hubel <40266+saerdnaer@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:20:54 +0200 Subject: [PATCH 1/3] add cronjob --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7ced62..5d29eac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,8 @@ name: Release website on: + schedule: + - cron: "0 4 * * *" push: branches: - staging From 8fbd620e636e45a3639116c00f1e63128cabd9ca Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Thu, 17 Oct 2024 00:01:56 +0200 Subject: [PATCH 2/3] fix: update templates --- layouts/datengarten/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/datengarten/single.html b/layouts/datengarten/single.html index 337e465..d27cab3 100644 --- a/layouts/datengarten/single.html +++ b/layouts/datengarten/single.html @@ -41,7 +41,7 @@ {{ if (.Params.comments) | or (and (or (not (isset .Params "comments")) (eq .Params.comments nil)) (and .Site.Params.comments (ne .Type "page"))) }} - {{ if .Site.DisqusShortname }} + {{ if .Site.Config.Services.Disqus.Shortname }}
{{ template "_internal/disqus.html" . }}
From da2ce71d272f056e340e6fed4cbd6e0e0634cf60 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Thu, 17 Oct 2024 00:03:18 +0200 Subject: [PATCH 3/3] bump theme --- themes/beautifulhugo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/beautifulhugo b/themes/beautifulhugo index 1e66e4a..3e59df5 160000 --- a/themes/beautifulhugo +++ b/themes/beautifulhugo @@ -1 +1 @@ -Subproject commit 1e66e4ae945f12da3f8e6fb603c396156c1b04e9 +Subproject commit 3e59df5ca7f034c2ebbeac7ca0962b6e163c09e4