From 1ad93064dbf8fde69f03b83bada301f5a49568c4 Mon Sep 17 00:00:00 2001
From: Kristian Klausen <kristian@klausen.dk>
Date: Sat, 23 Nov 2024 16:19:10 +0100
Subject: [PATCH] Update the hugo book theme to the latest commit to fix build
 failure

"ERROR deprecated: .Sites.First was deprecated in Hugo v0.127.0 and will
be removed in Hugo 0.140.0. Use .Sites.Default instead." currently
breaks the build pipeline. It has been fixed in [1], but a new version
of the theme has not been released yet, so bump the submodule to the
latest commit, to get the fix.

[1] https://github.com/alex-shpak/hugo-book/pull/653
---
 themes/hugo-book | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/hugo-book b/themes/hugo-book
index e104a11..7c78a39 160000
--- a/themes/hugo-book
+++ b/themes/hugo-book
@@ -1 +1 @@
-Subproject commit e104a11f42fbd069aa15606c5f01631b07d7528c
+Subproject commit 7c78a39c531aa2492ed7e92f2ce9dfb2c8c0d3fa
-- 
GitLab