From 30e743082080f0b22c4608683b89f47cee98d9df Mon Sep 17 00:00:00 2001 From: khannurien Date: Mon, 17 Aug 2026 16:41:48 +0000 Subject: [PATCH] Update PaperMod submodule to d376885 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moves 30 commits forward from f207ce6 (v8.0-109 → v8.0-139). The notable one is 87de3fb, which migrates the theme to the template system introduced in Hugo v0.146: layouts/partials → layouts/_partials, layouts/_default/* → layouts/*, shortcodes → _shortcodes. Our four overrides still resolve from the legacy paths, which Hugo keeps supporting, so they are left where they are. Verified against a subpath build that the header menu, the render-link hook, both custom layouts, the extend_head calendar CSS and the extended stylesheet all still apply. theme.toml now declares min_version 0.146.0; CI pins 0.165.0. Co-Authored-By: Claude Opus 5 --- site/themes/PaperMod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/themes/PaperMod b/site/themes/PaperMod index f207ce6..d376885 160000 --- a/site/themes/PaperMod +++ b/site/themes/PaperMod @@ -1 +1 @@ -Subproject commit f207ce6d58899e1498af1c569d46ed7ee56d6966 +Subproject commit d3768854d00ad003b0a8dbdba254ce9224377a01