From 7b9ac34f10bd29ea5fd600b6b61d5b85ee501ee3 Mon Sep 17 00:00:00 2001 From: Vivek R Date: Mon, 3 Feb 2020 18:24:52 +0530 Subject: fix: disable custom js from sample config --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 5a416fb..1320964 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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" -- cgit v1.2.3