From 7116a9f7adf06592bc46730e402485ee7159810b Mon Sep 17 00:00:00 2001 From: Spedon Date: Fri, 10 Mar 2023 16:03:36 +0800 Subject: [PATCH] add height and width to image elements --- layouts/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 2fe1918..ffe1d91 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -16,11 +16,11 @@ {{ $images := $gallery.Resources.ByType "image" }} {{ $index := len $images }} {{ range $images }} - {{ $index = sub $index 1}} - + {{ $index = sub $index 1}} + {{ end }}