fix: metas and opengraph

This commit is contained in:
Matthieu Bessat 2024-04-02 10:41:44 +02:00
parent 53c41662bd
commit 4ac2ea869a
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) }}