small fixes

This commit is contained in:
teldra 2022-06-15 22:10:08 +02:00
parent 4e3a5454ce
commit 3da842c761
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
{{- range .Resources.ByType "image" -}}
{{- $img := . -}}
{{- if not (hasPrefix $img.Name "banner") }}
{{- if not (hasPrefix $img.Name "banner") -}}
{{- $c = printf "%s<p><img loading=\"lazy\" src=\"%s\" width=\"%d\" height=\"%d\" /></p>" $c $img.Permalink $img.Width $img.Height -}}
{{- end -}}
{{- end -}}