fix misplaced </div> in blod-header image templating
This commit is contained in:
parent
5e48a1f194
commit
53a5a3eddb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue