From f4947ab7a6fabdc00438c792dc7351555e9599c8 Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Tue, 9 Jan 2024 08:13:21 +0600 Subject: [PATCH] fixed cookie consent not showing issue, ref #33 --- exampleSite/hugo.toml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 3ae0d56..a670893 100755 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -148,6 +148,9 @@ lazy = false link = "plugins/swiper/swiper-bundle.js" lazy = false [[params.plugins.js]] +link = "plugins/cookie.js" +lazy = false +[[params.plugins.js]] link = "plugins/glightbox/glightbox.js" lazy = true [[params.plugins.js]] @@ -163,8 +166,5 @@ lazy = true link = "js/modal.js" lazy = true [[params.plugins.js]] -link = "plugins/cookie.js" -lazy = true -[[params.plugins.js]] link = "plugins/youtube-lite.js" lazy = true diff --git a/package.json b/package.json index 8bee238..009a510 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hugoplate", "description": "hugo tailwindcss boilerplate", - "version": "1.11.0", + "version": "1.11.1", "license": "MIT", "author": "zeon.studio", "scripts": {