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-nz.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/shortcodes/img-nz.html') diff --git a/layouts/shortcodes/img-nz.html b/layouts/shortcodes/img-nz.html index 30ea28a..2e4b3af 100644 --- a/layouts/shortcodes/img-nz.html +++ b/layouts/shortcodes/img-nz.html @@ -1,7 +1,7 @@ {{ if (index .Params 2) }} - {{ index .Params 0 }} + {{ index .Params 0 }} {{ else }} -{{ index .Params 0 }} +{{ index .Params 0 }} {{ end }} -- cgit v1.2.3