fix: disable custom js from sample config
This commit is contained in:
parent
28b525ab09
commit
7b9ac34f10
@ -20,7 +20,7 @@ disqusShortname = "ezhil-demo"
|
||||
mode = "auto" # "dark", "auto", "light"
|
||||
# customCSS = "css/custom.css" # Custom CSS applied to default styles.
|
||||
# customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css.
|
||||
customJS = ["https://code.jquery.com/jquery-3.4.1.js", "js/custom1.js"] # Custom JS scripts.
|
||||
# customJS = ["https://code.jquery.com/jquery-3.4.1.js", "js/custom1.js"] # Custom JS scripts.
|
||||
|
||||
[[menu.main]]
|
||||
name = "Home"
|
||||
|
Loading…
Reference in New Issue
Block a user