diff --git a/layouts/index.html b/layouts/index.html index 6316449..c29be46 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -27,9 +27,9 @@ {{ $resize := .Resize "x2000 webp Lanczos q70" }} {{ $.Scratch.Add "img" (dict "index" (string $index) - "url" (string $resize.RelPermalink) - "imgH" (string $resize.Height) - "imgW" (string $resize.Width) + "url" (string .RelPermalink) + "imgH" (string .Height) + "imgW" (string .Width) "pColor" (string $pColor) "sColor" (string $sColor)) }} {{ end }}