diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d7ced62..fdcca45 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
@@ -18,7 +20,7 @@ jobs:
           submodules: recursive
           fetch-depth: 0
       - name: Setup Hugo
-        uses: peaceiris/actions-hugo@v2
+        uses: peaceiris/actions-hugo@v3
         with:
           hugo-version: 'latest'
       - name: Build pages
diff --git a/content/datengarten/110.md b/content/datengarten/110.md
index dcd79cd..dd1633d 100644
--- a/content/datengarten/110.md
+++ b/content/datengarten/110.md
@@ -12,8 +12,8 @@ event:
   end:   2024-02-28T21:30:00+02:00
 location: CCCB
 language: de
-streaming: false
-#recording: https://streaming.media.ccc.de/datengarten
+streaming: true
+recording: https://streaming.media.ccc.de/datengarten/cccb
 ---
 Um die Energiewende voranzutreiben, wird die Kernfusion oft als das ultimative Kraftwerk und als die Lösung all unserer energetischen Probleme angesehen, dennoch blieb diese Technologie seit 1960 stets “dreißig Jahre entfernt”.
 
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 }}
           <div class="disqus-comments">
             {{ template "_internal/disqus.html" . }}
           </div><!--/.disqus-comments-->
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