fix keyword handling for pages

This commit is contained in:
Robert Kaussow 2018-12-23 16:13:14 +01:00
parent c4fb87b392
commit 7824bd07e1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<meta name="description" content="{{ . }}"> <meta name="description" content="{{ . }}">
{{- end }} {{- end }}
{{- with .Page.Keywords }} {{- with .Page.Keywords }}
<meta name="keywords" content="{{ .Page.Keywords }}"> <meta name="keywords" content="{{ delimit . "," }}">
{{- end }} {{- end }}
{{- with .Page.Params.Author }} {{- with .Page.Params.Author }}
{{- $author := index $.Site.Data.authors . }} {{- $author := index $.Site.Data.authors . }}