From 7978a7e9272b2acecd581fc1d193c3dca2affeb3 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 22 Jul 2025 13:58:28 -0400 Subject: [PATCH] Hugo bugfix for Congo. --- .../congo/exampleSite/layouts/partials/home/custom.html | 4 ++-- themes/congo/layouts/_default/baseof.html | 8 ++++---- themes/congo/layouts/_default/single.html | 2 +- themes/congo/layouts/index.html | 4 ++-- themes/congo/layouts/partials/article-link.html | 2 +- themes/congo/layouts/partials/footer.html | 2 +- themes/congo/layouts/partials/head.html | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/themes/congo/exampleSite/layouts/partials/home/custom.html b/themes/congo/exampleSite/layouts/partials/home/custom.html index a145efc..07b7db7 100644 --- a/themes/congo/exampleSite/layouts/partials/home/custom.html +++ b/themes/congo/exampleSite/layouts/partials/home/custom.html @@ -1,9 +1,9 @@ {{ $jsHome := resources.Get "js/home.js" | resources.Minify | resources.Fingerprint "sha512" }}
- {{ partial "partials/home/page.html" . }} + {{ partial "home/page.html" . }}