Squashed: add keywords to the home page
All checks were successful
the build was successful

This commit is contained in:
Robert Kaussow 2018-12-23 16:59:44 +01:00
parent 4f4ebff3e1
commit 8616a51e76

View File

@ -5,6 +5,9 @@
{{- with .Site.Params.description }} {{- with .Site.Params.description }}
<meta name="description" content="{{ . }}"> <meta name="description" content="{{ . }}">
{{- end }} {{- end }}
{{- with .Site.Params.keywords }}
<meta name="keywords" content="{{ delimit . "," }}">
{{- end }}
<meta name="author" content="{{ $author.name }}"> <meta name="author" content="{{ $author.name }}">
{{- else if in .Page.URL "/posts/" }} {{- else if in .Page.URL "/posts/" }}
{{- with .Page.Description }} {{- with .Page.Description }}