Include authors meta tag (#634)
This commit is contained in:
parent
91df000ca8
commit
0d068637cc
|
@ -16,6 +16,15 @@
|
|||
{{ else }}
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
{{ end }}
|
||||
{{ with .Params.author | default .Site.Params.author }}
|
||||
<meta name="author" content = "
|
||||
{{- if reflect.IsSlice . -}}
|
||||
{{ delimit . ", " | plainify }}
|
||||
{{- else -}}
|
||||
{{ . | plainify }}
|
||||
{{- end -}}
|
||||
">
|
||||
{{ end }}
|
||||
|
||||
{{ partial "site-style.html" . }}
|
||||
{{ partial "site-scripts.html" . }}
|
||||
|
|
Loading…
Reference in a new issue