diff --git a/exampleSite/content/english/pages/elements.md b/exampleSite/content/english/pages/elements.md index a8a4081..f012c70 100755 --- a/exampleSite/content/english/pages/elements.md +++ b/exampleSite/content/english/pages/elements.md @@ -121,9 +121,9 @@ This is a simple warning. {{< tabs >}} {{< tab "Tab 1" >}} -#### Did you come here for something in particular? - -Did you come here for something in particular or just general Riker-bashing? And blowing into maximum warp speed, you appeared for an instant to be in two places at once. We have a saboteur aboard. We know you’re dealing in stolen ore. But I wanna talk about the assassination attempt on Lieutenant Worf. +{{< notice "note" >}} +This is a simple note. +{{< /notice >}} {{< /tab >}} diff --git a/exampleSite/go.mod b/exampleSite/go.mod index fcbba09..71566b5 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -3,26 +3,26 @@ module hugoplate.netlify.app go 1.20 require ( - github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/images v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/modal v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/search v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/tab v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240207043320-fa42312441f5 // indirect - github.com/gethugothemes/hugo-modules/videos v0.0.0-20240207043320-fa42312441f5 // indirect + github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/images v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/modal v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/search v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/tab v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/videos v0.0.0-20240215033248-04766e531525 // indirect ) diff --git a/package.json b/package.json index 1fc50cf..57fee07 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hugoplate", "description": "hugo tailwindcss boilerplate", - "version": "1.12.1", + "version": "1.12.2", "license": "MIT", "author": "zeon.studio", "scripts": { @@ -23,7 +23,7 @@ "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10", "autoprefixer": "^10.4.17", - "postcss": "^8.4.34", + "postcss": "^8.4.35", "postcss-cli": "^11.0.0", "prettier": "^3.2.5", "prettier-plugin-go-template": "0.0.15",