From e6c15304c915a55d4689a7addf7f9272b25f59cc Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Sat, 25 Nov 2023 10:29:36 +0600 Subject: [PATCH] update modules and packages, and async scripts --- exampleSite/go.mod | 46 ++++++++++----------- layouts/partials/components/breadcrumb.html | 4 +- layouts/partials/essentials/script.html | 5 ++- package.json | 8 ++-- 4 files changed, 31 insertions(+), 32 deletions(-) diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 29b61ad..333beef 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -3,27 +3,27 @@ module hugoplate.netlify.app go 1.20 require ( - github.com/gethugothemes/hugo-modules/accordion v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/adsense v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/images v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/modal v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/pwa v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/search v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/tab v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/gethugothemes/hugo-modules/videos v0.0.0-20231010055813-8730bcc5ac07 // indirect - github.com/zeon-studio/hugoplate v0.0.0-20231014041612-0235da7caa87 // indirect + github.com/gethugothemes/hugo-modules/accordion v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/adsense v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/images v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/modal v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/pwa v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/search v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/tab v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/gethugothemes/hugo-modules/videos v0.0.0-20231125021241-f6b7a7074aed // indirect + github.com/zeon-studio/hugoplate v0.0.0-20231113024641-fef42e15aa48 // indirect ) diff --git a/layouts/partials/components/breadcrumb.html b/layouts/partials/components/breadcrumb.html index cf2288e..53f302e 100644 --- a/layouts/partials/components/breadcrumb.html +++ b/layouts/partials/components/breadcrumb.html @@ -5,9 +5,7 @@