{{ if .Params.Categories }}
-
{{- if gt (len .Params.Categories) 1 -}}
{{ i18n "posts.categories" }}
{{- else -}}
{{ i18n "posts.category" }}
{{- end -}}
{{ partial "posts/categories.html" . }}
{{ end }}
-
{{ i18n "posts.date" }}
{{ range .GetTerms "authors" }}
-
{{ i18n "posts.author" }}
{{ safeHTML .Params.person }}
{{ end }}
-
{{ i18n "posts.share" }}
{{ partial "commons/share.html" }}