diff --git a/layouts/partials/seo/seo-meta.html b/layouts/partials/seo/seo-meta.html index 3b4cdc4..c00ef6d 100644 --- a/layouts/partials/seo/seo-meta.html +++ b/layouts/partials/seo/seo-meta.html @@ -1,4 +1,4 @@ -{{- $description := .Description | default .Summary | default .Site.Params.description | default .Site.Title -}} +{{- $description := .Description | default .Params.description | default .Summary | default .Site.Params.description | default .Site.Title -}} {{- $keywords := delimit (.Keywords | default .Site.Params.keywords | default (slice)) ", " -}} {{- $author := .Params.author | default .Site.Params.author | default .Site.Title -}} {{- $robots := .Params.robots | default "index, follow" -}} @@ -37,4 +37,4 @@ - \ No newline at end of file +