diff options
author | amzrk2 | 2020-04-23 11:50:45 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-23 11:50:45 +0800 |
commit | 77ec19755260ec2e65ef284a63d28129c42d70dc (patch) | |
tree | 09dd25613d6b65d1dd83abbde3d69d7b0cf6ed11 /layouts/shortcodes | |
parent | 7376c7f9e511b59638271861600305dd821c559a (diff) | |
download | hugo-theme-fuji-77ec19755260ec2e65ef284a63d28129c42d70dc.tar.gz hugo-theme-fuji-77ec19755260ec2e65ef284a63d28129c42d70dc.tar.bz2 hugo-theme-fuji-77ec19755260ec2e65ef284a63d28129c42d70dc.zip |
Switch progressbar.js to fa
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r-- | layouts/shortcodes/lazyimg-col.html | 2 | ||||
-rw-r--r-- | layouts/shortcodes/lazyimg-row.html | 2 | ||||
-rw-r--r-- | layouts/shortcodes/lazyimg.html | 2 |
3 files changed, 3 insertions, 3 deletions
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 @@ -<p><img class="lazyload" src="{{ .Site.Params.cdnLazyPlaceholderCol }}" data-src="{{ index .Params 1 }}" alt="{{ index .Params 0 }}" /></p>
\ No newline at end of file +<p><img class="lazyload" src="{{ .Site.Params.lazyPlaceholderCol }}" data-src="{{ index .Params 1 }}" alt="{{ index .Params 0 }}" /></p>
\ 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 @@ -<p><img class="lazyload" src="{{ .Site.Params.cdnLazyPlaceholderRow }}" data-src="{{ index .Params 1 }}" alt="{{ index .Params 0 }}" /></p>
\ No newline at end of file +<p><img class="lazyload" src="{{ .Site.Params.lazyPlaceholderRow }}" data-src="{{ index .Params 1 }}" alt="{{ index .Params 0 }}" /></p>
\ 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 @@ -<p><img class="lazyload" src="{{ .Site.Params.cdnLazyPlaceholder }}" data-src="{{ index .Params 1 }}" alt="{{ index .Params 0 }}" /></p>
\ No newline at end of file +<p><img class="lazyload" src="{{ .Site.Params.lazyPlaceholder }}" data-src="{{ index .Params 1 }}" alt="{{ index .Params 0 }}" /></p>
\ No newline at end of file |