fixed cookie consent not showing issue, ref #33

This commit is contained in:
somrat sorkar 2024-01-09 08:13:21 +06:00
parent c0d75b264b
commit f4947ab7a6
2 changed files with 4 additions and 4 deletions

View File

@ -148,6 +148,9 @@ lazy = false
link = "plugins/swiper/swiper-bundle.js" link = "plugins/swiper/swiper-bundle.js"
lazy = false lazy = false
[[params.plugins.js]] [[params.plugins.js]]
link = "plugins/cookie.js"
lazy = false
[[params.plugins.js]]
link = "plugins/glightbox/glightbox.js" link = "plugins/glightbox/glightbox.js"
lazy = true lazy = true
[[params.plugins.js]] [[params.plugins.js]]
@ -163,8 +166,5 @@ lazy = true
link = "js/modal.js" link = "js/modal.js"
lazy = true lazy = true
[[params.plugins.js]] [[params.plugins.js]]
link = "plugins/cookie.js"
lazy = true
[[params.plugins.js]]
link = "plugins/youtube-lite.js" link = "plugins/youtube-lite.js"
lazy = true lazy = true

View File

@ -1,7 +1,7 @@
{ {
"name": "hugoplate", "name": "hugoplate",
"description": "hugo tailwindcss boilerplate", "description": "hugo tailwindcss boilerplate",
"version": "1.11.0", "version": "1.11.1",
"license": "MIT", "license": "MIT",
"author": "zeon.studio", "author": "zeon.studio",
"scripts": { "scripts": {