diff --git a/hugo.toml b/hugo.toml index b831744..7893e1c 100755 --- a/hugo.toml +++ b/hugo.toml @@ -143,6 +143,9 @@ lazy = true # JS Plugins [[params.plugins.js]] +link = "js/custom.js" +lazy = false +[[params.plugins.js]] link = "js/search.js" lazy = false [[params.plugins.js]]