Add MetaData Params
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
{{ $title := .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.AvatarURL }}
|
||||||
{{ $siteKeywords := .Site.Params.MetaKeywords | default (slice) }}
|
{{ $siteKeywords := .Site.Params.MetaKeywords | default (slice) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user