diff options
author | amzrk2 | 2020-04-20 17:19:48 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-20 17:19:48 +0800 |
commit | ab5bb96c27dae05d187a566d56d2ff4adafada51 (patch) | |
tree | d532140608369ed3593853a06f30c5ef2ed7db1a /exampleSite/config.toml | |
parent | 0f2b7dff157e33660048d0b7fe7e014609fce6ab (diff) | |
download | hugo-theme-fuji-ab5bb96c27dae05d187a566d56d2ff4adafada51.tar.gz hugo-theme-fuji-ab5bb96c27dae05d187a566d56d2ff4adafada51.tar.bz2 hugo-theme-fuji-ab5bb96c27dae05d187a566d56d2ff4adafada51.zip |
Apply lazyload to images in markdown content
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3aa10a7..90e6a87 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -54,7 +54,7 @@ paginate = 10 disqusShortname = "[ENTER YOUR DISQUS SHORTNAME HERE]" # Custom lazyload thumbnail - cdnLazyloadSRC = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/lazyload/dsr_loading.svg" + cdnLazyloadSRC = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr@1.0.0/lazyload/dsr_loading.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" |