From 9d94808d94a70e8b900b4d8efbfcaf7576b74788 Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Thu, 21 Mar 2024 14:54:34 +0100 Subject: [PATCH] =?UTF-8?q?custom.js=20zu=20stack=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) 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]]