From 5143e4d92a139841a9757fb4e64cabb5aec3e58b Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Sat, 14 Feb 2026 11:05:08 +0100 Subject: [PATCH] fix: actually use rendered header images --- themes/hugo-sustain/layouts/partials/blog/headerimage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-sustain/layouts/partials/blog/headerimage.html b/themes/hugo-sustain/layouts/partials/blog/headerimage.html index 92ffeca..eb20855 100644 --- a/themes/hugo-sustain/layouts/partials/blog/headerimage.html +++ b/themes/hugo-sustain/layouts/partials/blog/headerimage.html @@ -18,7 +18,7 @@ {{- end }} {{- with $image }} {{- $image = partial "image-processing" (dict "image" $image "processes" $processes "filter" $filter) -}} - + {{- end }} {{- with .text }}

{{ . | markdownify }}

{{ end }}