diff --git a/assets/scss/main.scss b/assets/scss/main.scss index fad94f7..4bbaf78 100755 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -24,6 +24,7 @@ @import "tab"; @import "accordion"; @import "modal"; +@import "notice"; @import "module-overrides"; @import "custom"; diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 9bcd37c..60d1a4e 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-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/adsense v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/images v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/modal v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/pwa v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/search v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/shortcodes/codepen v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/tab v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20230530062138-d2e8c6a17728 // indirect - github.com/gethugothemes/hugo-modules/videos v0.0.0-20230530062138-d2e8c6a17728 // indirect + github.com/gethugothemes/hugo-modules/accordion v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/adsense v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/images v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/modal v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/pwa v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/search v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/shortcodes/codepen v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/tab v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20230606070512-0887967dba40 // indirect + github.com/gethugothemes/hugo-modules/videos v0.0.0-20230606070512-0887967dba40 // indirect ) diff --git a/package.json b/package.json index 66fa10e..5727d00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hugoplate", "description": "hugo tailwindcss boilerplate", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "author": "zeon.studio", "scripts": {