update modules and packages, and async scripts

This commit is contained in:
somrat sorkar 2023-11-25 10:29:36 +06:00
parent fef42e15aa
commit e6c15304c9
4 changed files with 31 additions and 32 deletions

View File

@ -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
)

View File

@ -5,9 +5,7 @@
<ul class="{{ $class }} inline-flex space-x-1 capitalize">
<li>
<a
class="text-primary dark:text-darkmode-primary"
href="{{ $base }}">
<a class="text-primary dark:text-darkmode-primary" href="{{ $base }}">
{{ i18n "home" | default "Home" }}
</a>
<span class="inlin-block mr-1">/</span>

View File

@ -36,10 +36,11 @@
{{/* scripts lazy */}}
<script
defer
async
crossorigin="anonymous"
integrity="{{ $scriptsLazy.Data.Integrity }}"
src="{{ $scriptsLazy.RelPermalink }}"
defer></script>
src="{{ $scriptsLazy.RelPermalink }}"></script>
<!-- progressive web app -->
{{ partialCached "pwa.html" . }}

View File

@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "1.9.3",
"version": "1.9.4",
"license": "MIT",
"author": "zeon.studio",
"scripts": {
@ -19,14 +19,14 @@
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "^0.5.6",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.3.5"
}