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 + layouts/shortcodes/lazyimg-row.html | 1 + layouts/shortcodes/lazyimg.html | 1 + 3 files changed, 3 insertions(+) create mode 100644 layouts/shortcodes/lazyimg-col.html create mode 100644 layouts/shortcodes/lazyimg-row.html create mode 100644 layouts/shortcodes/lazyimg.html (limited to 'layouts/shortcodes') 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 diff --git a/layouts/shortcodes/lazyimg-row.html b/layouts/shortcodes/lazyimg-row.html new file mode 100644 index 0000000..dd07f93 --- /dev/null +++ b/layouts/shortcodes/lazyimg-row.html @@ -0,0 +1 @@ +

{{ index .Params 0 }}

\ No newline at end of file diff --git a/layouts/shortcodes/lazyimg.html b/layouts/shortcodes/lazyimg.html new file mode 100644 index 0000000..a23a15e --- /dev/null +++ b/layouts/shortcodes/lazyimg.html @@ -0,0 +1 @@ +

{{ index .Params 0 }}

\ No newline at end of file -- cgit v1.2.3 From 2c15f4495668f953709489133073ab2e7fa2efa8 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Wed, 22 Apr 2020 00:30:29 +0800 Subject: Change lazyload js --- layouts/shortcodes/lazyimg-col.html | 2 +- layouts/shortcodes/lazyimg-row.html | 2 +- layouts/shortcodes/lazyimg.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'layouts/shortcodes') diff --git a/layouts/shortcodes/lazyimg-col.html b/layouts/shortcodes/lazyimg-col.html index 0192ba5..0067762 100644 --- a/layouts/shortcodes/lazyimg-col.html +++ b/layouts/shortcodes/lazyimg-col.html @@ -1 +1 @@ -

{{ 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 dd07f93..1e76de0 100644 --- a/layouts/shortcodes/lazyimg-row.html +++ b/layouts/shortcodes/lazyimg-row.html @@ -1 +1 @@ -

{{ 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 a23a15e..468a901 100644 --- a/layouts/shortcodes/lazyimg.html +++ b/layouts/shortcodes/lazyimg.html @@ -1 +1 @@ -

{{ index .Params 0 }}

\ No newline at end of file +

{{ index .Params 0 }}

\ No newline at end of file -- cgit v1.2.3 From 77ec19755260ec2e65ef284a63d28129c42d70dc Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 23 Apr 2020 11:50:45 +0800 Subject: Switch progressbar.js to fa --- layouts/shortcodes/lazyimg-col.html | 2 +- layouts/shortcodes/lazyimg-row.html | 2 +- layouts/shortcodes/lazyimg.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'layouts/shortcodes') diff --git a/layouts/shortcodes/lazyimg-col.html b/layouts/shortcodes/lazyimg-col.html index 0067762..c973e67 100644 --- a/layouts/shortcodes/lazyimg-col.html +++ b/layouts/shortcodes/lazyimg-col.html @@ -1 +1 @@ -

{{ 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 1e76de0..83c604e 100644 --- a/layouts/shortcodes/lazyimg-row.html +++ b/layouts/shortcodes/lazyimg-row.html @@ -1 +1 @@ -

{{ 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 468a901..f9c6959 100644 --- a/layouts/shortcodes/lazyimg.html +++ b/layouts/shortcodes/lazyimg.html @@ -1 +1 @@ -

{{ index .Params 0 }}

\ No newline at end of file +

{{ index .Params 0 }}

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