fix: actually use rendered header images

This commit is contained in:
2026-02-14 11:05:08 +01:00
parent 213b90a191
commit 5143e4d92a

View File

@@ -18,7 +18,7 @@
{{- end }}
{{- with $image }}
{{- $image = partial "image-processing" (dict "image" $image "processes" $processes "filter" $filter) -}}
<img src="{{ .RelPermalink }}" />
<img src="{{ $image.RelPermalink }}" />
{{- end }}
{{- with .text }}<p>{{ . | markdownify }}</p>{{ end }}
</div>