From 9897eff5d4fe78e26efd5e362cd32672575fae14 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Fri, 24 Jul 2020 09:17:09 +0800 Subject: Fix image relative link issue --- layouts/shortcodes/img-lazy.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'layouts/shortcodes/img-lazy.html') diff --git a/layouts/shortcodes/img-lazy.html b/layouts/shortcodes/img-lazy.html index a8927a5..bac255b 100644 --- a/layouts/shortcodes/img-lazy.html +++ b/layouts/shortcodes/img-lazy.html @@ -2,21 +2,21 @@ {{ index .Params 0 }} {{ else if len .Params | eq 3 }}{{ if eq (index .Params 0) "row" }} {{ index .Params 1 }} {{ else if eq (index .Params 0) "col" }} {{ index .Params 1 }} {{ else }}{{ end }}{{ else }}{{ end }} -- cgit v1.2.3