Add ImageLink

This commit is contained in:
2022-03-25 14:22:19 +01:00
parent fa92b6736a
commit 2de8742db7

View File

@@ -10,7 +10,7 @@
{{ $title := $.Param "MetaTitle" | default .Title | default .Site.Title }}
{{ $description := .Description | default .Site.Params.Description }}
{{ $image := .Params.image | default .Site.Params.AvatarURL }}
{{ $image := .Params.image | default .Site.Params.ImageLinkURL | default .Site.Params.AvatarURL }}
{{ $siteKeywords := .Site.Params.MetaKeywords | default (slice) }}
{{ $postKeywords := .Params.tags | default (slice) }}
{{ $keywords := union $siteKeywords $postKeywords }}