From f68204babd4ac67c469c74eb23c31d683f1e3074 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 21 May 2023 23:37:30 +0200 Subject: [PATCH] Fix img ratio --- layouts/shortcodes/img.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}