From 53a5a3eddb1d404e8b7911c98eb0e38366cdccc3 Mon Sep 17 00:00:00 2001 From: lilly Date: Tue, 2 Jun 2026 13:29:26 +0200 Subject: [PATCH] fix misplaced in blod-header image templating --- themes/ccchh/layouts/partials/blog-header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/ccchh/layouts/partials/blog-header.html b/themes/ccchh/layouts/partials/blog-header.html index c3750f7..eef7cba 100644 --- a/themes/ccchh/layouts/partials/blog-header.html +++ b/themes/ccchh/layouts/partials/blog-header.html @@ -49,7 +49,7 @@
{{- $img := .Resources.GetMatch .Params.header.image }} {{ .Params.header.caption }} - {{- end }}
+ {{- end }} {{- end }}