{{ if .Params.posts_categories }}
  • {{ i18n "posts.category" ( len .Params.posts_categories ) }} {{ partial "posts/categories.html" . }}
  • {{ end }}
  • {{ i18n "posts.date" }} {{ .Date | time.Format site.Params.posts.date_format }}
  • {{ range .GetTerms "authors" }}
  • {{ i18n "posts.author" }} {{ safeHTML .Params.person }}
  • {{ end }} {{ with .Params.contents_reading_time }}
  • {{ i18n "posts.reading_time" }} {{ .text }}
  • {{ end }} {{ if site.Params.posts.share_links.enabled | default site.Params.share_links.enabled }}
  • {{ i18n "posts.share" }} {{ partial "commons/share.html" . }}
  • {{ end }}