Squashed: add keywords to the home page
the build was successful Details

This commit is contained in:
Robert Kaussow 2018-12-23 16:59:44 +01:00
parent 4f4ebff3e1
commit 8616a51e76
1 changed files with 3 additions and 0 deletions

View File

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