update modules

This commit is contained in:
somrat sorkar 2023-05-31 08:54:16 +06:00
parent 10a7253fa1
commit a9c3dc90d3
2 changed files with 24 additions and 24 deletions

View File

@ -3,27 +3,27 @@ module hugoplate.netlify.app
go 1.20
require (
github.com/gethugothemes/hugo-modules/accordion v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/images v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/modal v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/search v0.0.0-20230530061459-8309a3fa32d7 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/codepen v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/tab v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20230529103733-b628b93bc0f6 // indirect
github.com/gethugothemes/hugo-modules/videos v0.0.0-20230529103733-b628b93bc0f6 // indirect
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
)

View File

@ -21,7 +21,7 @@
{{ end }}
</div>
<div class="col-12">
{{ partial "image" (dict "Src" .image "Alt" "Banner image" "Loading" "eager") }}
{{ partial "image" (dict "Src" .image "Alt" "Banner image" "Loading" "eager" "Class" "mx-auto") }}
</div>
</div>
</div>