From 7824bd07e15244f17834a73eb38d88c454220d54 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 23 Dec 2018 16:13:14 +0100 Subject: [PATCH] fix keyword handling for pages --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 93fe545..a9f8db3 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -11,7 +11,7 @@ {{- end }} {{- with .Page.Keywords }} - + {{- end }} {{- with .Page.Params.Author }} {{- $author := index $.Site.Data.authors . }}