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-lazy.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'layouts/shortcodes/img-nz-lazy.html')
diff --git a/layouts/shortcodes/img-nz-lazy.html b/layouts/shortcodes/img-nz-lazy.html
index a606f51..8a46329 100644
--- a/layouts/shortcodes/img-nz-lazy.html
+++ b/layouts/shortcodes/img-nz-lazy.html
@@ -2,21 +2,21 @@
{{ else if len .Params | eq 3 }}{{ if eq (index .Params 0) "row" }}
{{ else if eq (index .Params 0) "col" }}
{{ else }}
@@ -24,7 +24,7 @@
@@ -33,7 +33,7 @@
@@ -42,7 +42,7 @@
--
cgit v1.2.3