From dbee05798d40f34fcb4875bcf92fa913a190766d Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 7 May 2020 13:34:12 +0800 Subject: Add zoomable images --- layouts/shortcodes/lazyimg-col.html | 4 +++- layouts/shortcodes/lazyimg-row.html | 4 +++- layouts/shortcodes/lazyimg.html | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'layouts/shortcodes') diff --git a/layouts/shortcodes/lazyimg-col.html b/layouts/shortcodes/lazyimg-col.html index c973e67..ce68446 100644 --- a/layouts/shortcodes/lazyimg-col.html +++ b/layouts/shortcodes/lazyimg-col.html @@ -1 +1,3 @@ -

{{ index .Params 0 }}

\ No newline at end of file +

+ {{ index .Params 0 }} +

\ No newline at end of file diff --git a/layouts/shortcodes/lazyimg-row.html b/layouts/shortcodes/lazyimg-row.html index 83c604e..61e61ec 100644 --- a/layouts/shortcodes/lazyimg-row.html +++ b/layouts/shortcodes/lazyimg-row.html @@ -1 +1,3 @@ -

{{ index .Params 0 }}

\ No newline at end of file +

+ {{ index .Params 0 }} +

\ No newline at end of file diff --git a/layouts/shortcodes/lazyimg.html b/layouts/shortcodes/lazyimg.html index f9c6959..ff36b35 100644 --- a/layouts/shortcodes/lazyimg.html +++ b/layouts/shortcodes/lazyimg.html @@ -1 +1,3 @@ -

{{ index .Params 0 }}

\ No newline at end of file +

+ {{ index .Params 0 }} +

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