{{ 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" }} {{ .Date | time.Format ":date_long" }}
  • {{ range .GetTerms "authors" }}
  • {{ i18n "posts.author" }} {{ safeHTML .Params.person }}
  • {{ end }}
  • {{ i18n "posts.share" }} {{ partial "commons/share.html" }}