fix: metas and opengraph
All checks were successful
Deploy workflow / deploy (push) Successful in 35s

This commit is contained in:
Matthieu Bessat 2024-04-02 10:41:44 +02:00
parent ae2accd6db
commit ac68014559
9 changed files with 15 additions and 28 deletions

View file

@ -32,7 +32,7 @@
{{ else }}
<!-- Type arg is set, check for defaultImage setting -->
{{ $defaultImageSetting := .Context.Site.Params.defaultCoverImage }}
{{ $defaultImageSetting := .Context.Site.Params.defaultImage }}
{{ $result = merge $result (dict "isDefault" true) }}
{{ $result = merge $result (dict "exists" true) }}