diff options
author | amzrk2 | 2020-04-22 00:30:29 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-22 00:30:29 +0800 |
commit | 2c15f4495668f953709489133073ab2e7fa2efa8 (patch) | |
tree | 355c7d213de337bf6dfae4238b1ad2fd3d3fd2fe /layouts/partials/scripts.html | |
parent | 27dc1d536f212bcc1765efb5bdc72b20d2ad1286 (diff) | |
download | hugo-theme-fuji-2c15f4495668f953709489133073ab2e7fa2efa8.tar.gz hugo-theme-fuji-2c15f4495668f953709489133073ab2e7fa2efa8.tar.bz2 hugo-theme-fuji-2c15f4495668f953709489133073ab2e7fa2efa8.zip |
Change lazyload js
Diffstat (limited to 'layouts/partials/scripts.html')
-rw-r--r-- | layouts/partials/scripts.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index d734202..79befb5 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -86,12 +86,4 @@ }); }); </script> -{{ end }} -<!-- vanilla lazyload --> -<script> - $(function () { - var lazyLoadInstance = new LazyLoad({ - elements_selector: ".lazy" - }); - }); -</script>
\ No newline at end of file +{{ end }}
\ No newline at end of file |