From 71ae6d1e825fdb782328653f121651dc515b29e9 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Mon, 20 Apr 2020 19:08:56 +0800 Subject: Optional lazy image instead of global set --- layouts/shortcodes/lazyimg-col.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/lazyimg-col.html (limited to 'layouts/shortcodes/lazyimg-col.html') diff --git a/layouts/shortcodes/lazyimg-col.html b/layouts/shortcodes/lazyimg-col.html new file mode 100644 index 0000000..0192ba5 --- /dev/null +++ b/layouts/shortcodes/lazyimg-col.html @@ -0,0 +1 @@ +

{{ index .Params 0 }}

\ No newline at end of file -- cgit v1.2.3