diff --git a/layouts/partials/head.html b/layouts/partials/head.html index e1917c31..34a89492 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -14,11 +14,11 @@ {{- end }} {{/* Metadata */}} - {{ with .Site.Params.description -}} + {{ with .Params.Summary | default .Site.Params.description -}} {{- end }} - {{ with .Site.Params.keywords -}} - + {{ with .Params.Tags | default .Site.Params.keywords -}} + {{- end }} {{ with .Site.Params.robots }}