fix misplaced </div> in blod-header image templating
Some checks failed
/ build (pull_request) Successful in 41s
/ build (push) Successful in 15s
/ cleanup-staging (pull_request) Failing after 1s

This commit is contained in:
lilly 2026-06-02 13:29:26 +02:00
commit 53a5a3eddb
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -49,7 +49,7 @@
<div class="image-container">
{{- $img := .Resources.GetMatch .Params.header.image }}
<img src="{{ $img.RelPermalink }}" alt="{{ .Params.header.caption }}" />
{{- end }}
</div>
{{- end }}
</header>
{{- end }}