diff --git a/layouts/shortcodes/img-simple.html b/layouts/shortcodes/img-simple.html index 893f03a..2456eb0 100644 --- a/layouts/shortcodes/img-simple.html +++ b/layouts/shortcodes/img-simple.html @@ -1,3 +1,3 @@ {{ $image := .Page.Resources.GetMatch (printf "*%s*" (.Get "src")) -}} {{ $lqip := $image.Resize $.Site.Params.lqipWidth -}} - \ No newline at end of file + \ No newline at end of file