summaryrefslogtreecommitdiffstats
path: root/exampleSite
diff options
context:
space:
mode:
authoramzrk22020-04-20 17:19:48 +0800
committeramzrk22020-04-20 17:19:48 +0800
commitab5bb96c27dae05d187a566d56d2ff4adafada51 (patch)
treed532140608369ed3593853a06f30c5ef2ed7db1a /exampleSite
parent0f2b7dff157e33660048d0b7fe7e014609fce6ab (diff)
downloadhugo-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')
-rw-r--r--exampleSite/config.toml2
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"