Include authors meta tag (#634)

This commit is contained in:
Johannes Arnold 2024-04-18 17:23:24 +02:00 committed by Olivier ROMAN
parent b72959de74
commit 82f16001be

View file

@ -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" . }}