From c02f23f09e86bc1f3fc82f44b08b514d28feb222 Mon Sep 17 00:00:00 2001 From: CPunch Date: Wed, 1 Dec 2021 21:45:40 -0600 Subject: [PATCH] fixed image stretching --- 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 5cfc7f3..db2ff51 100644 --- a/layouts/shortcodes/img.html +++ b/layouts/shortcodes/img.html @@ -3,4 +3,4 @@ {{ .Scratch.Set "image" ($original.Resize $options) }} {{ $image := .Scratch.Get "image" }} {{ $title := .Get 2 }} -{{ $title }} \ No newline at end of file +{{ $title }}