diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html index 3dbe15b..5973ccc 100644 --- a/layouts/shortcodes/img.html +++ b/layouts/shortcodes/img.html @@ -9,6 +9,6 @@ {{ $resize := printf "%s%s" (.Get "resize" | default "720x webp Lanczos ") $resizeAdd }} {{ $image := $origImage.Resize $resize }} - {{ .Get "alt" }} + {{ .Get "alt" }} {{ end }}