From ea09ee72615a62f24393fe0e5458acf562eabd2d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 23 Dec 2018 16:58:16 +0100 Subject: [PATCH] add keywords for the home site --- layouts/partials/head.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index a9f8db3..a117acc 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -5,6 +5,9 @@ {{- with .Site.Params.description }} {{- end }} + {{- with .Site.Params.keywords }} + + {{- end }} {{- else if in .Page.URL "/posts/" }} {{- with .Page.Description }}