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 /exampleSite/config.toml | |
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 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4003290..63a91fd 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -63,8 +63,7 @@ paginate = 10 cdnLazyPlaceholderCol = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr@1.1.0/lazyload/dsrca_loading_480x540.svg" # Custom css & js CDN - # cdnIntersectionObserverJS = "https://cdn.jsdelivr.net/npm/intersection-observer@0.7.0/intersection-observer.min.js" # Optional - cdnVanillaLazyloadJS = "https://cdn.jsdelivr.net/npm/vanilla-lazyload@15.1.1/dist/lazyload.min.js" + cdnLazysizesAsyncJS = "https://cdn.jsdelivr.net/npm/lazysizes@5.2.0/lazysizes.min.js" cdnJQueryJS = "https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js" cdnProgessJS = "https://cdn.jsdelivr.net/npm/progressbar.js@1.1.0/dist/progressbar.min.js" |