Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
53a5a3eddb
fix misplaced </div> in blod-header image templating
Some checks failed
/ build (pull_request) Successful in 41s
/ cleanup-staging (pull_request) Failing after 2s
/ build (push) Successful in 15s
2026-06-02 13:29:26 +02:00

View file

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