diff options
author | amzrk2 | 2020-04-14 15:46:26 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-14 15:46:26 +0800 |
commit | 971f9bd9155eccdeefe563a3608dc46d2132abab (patch) | |
tree | 91fdc409de78f76fc79287ec67412fa1cff12968 /exampleSite | |
parent | 4d07aeee876efb805739ee90120bc903a02e342b (diff) | |
download | hugo-theme-fuji-971f9bd9155eccdeefe563a3608dc46d2132abab.tar.gz hugo-theme-fuji-971f9bd9155eccdeefe563a3608dc46d2132abab.tar.bz2 hugo-theme-fuji-971f9bd9155eccdeefe563a3608dc46d2132abab.zip |
Add progess bar
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 6ba90df..66bc4c3 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -33,6 +33,7 @@ paginate = 10 cdnLazyloadSRC = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/lazyload/dsr_loading.svg" # Custom css & js CDN cdnVanillaLazyloadJS = "https://cdn.jsdelivr.net/npm/vanilla-lazyload@15.1.1/dist/lazyload.min.js" + cdnJQueryJS = "https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js" [markup] [markup.highlight] |