Add ImageLink
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
{{ $title := $.Param "MetaTitle" | default .Title | default .Site.Title }}
|
{{ $title := $.Param "MetaTitle" | default .Title | default .Site.Title }}
|
||||||
{{ $description := .Description | default .Site.Params.Description }}
|
{{ $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) }}
|
{{ $siteKeywords := .Site.Params.MetaKeywords | default (slice) }}
|
||||||
{{ $postKeywords := .Params.tags | default (slice) }}
|
{{ $postKeywords := .Params.tags | default (slice) }}
|
||||||
{{ $keywords := union $siteKeywords $postKeywords }}
|
{{ $keywords := union $siteKeywords $postKeywords }}
|
||||||
|
|||||||
Reference in New Issue
Block a user