small fixes

This commit is contained in:
teldra 2022-06-15 22:05:00 +02:00
parent 5277ea6be1
commit 2f69f94384
1 changed files with 0 additions and 1 deletions

View File

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