From 1f0d5a9dc87aa4233121c6d15894373d1241e670 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sat, 12 Apr 2025 22:28:50 +0200 Subject: [PATCH] exampleSite: fix error when running with hugo 0.146.3 --- layouts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 7ff89eb9..0b429902 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -17,11 +17,11 @@

{{.Title}}

-
{{ template "partials/pagedescription.html" . }} +
{{ partial "pagedescription.html" . }} Read more ⟶
{{ end }} - {{ template "partials/paginator.html" . }} + {{ partial "paginator.html" . }} {{ partial "footer.html" . }}