{{ if .Params.posts_categories }}
  • {{ partial "taxonomies/single-list.html" . }}
  • {{ end }}
  • {{ i18n "posts.date" }} {{ .Date | time.Format site.Params.posts.date_format }}
  • {{ if .Params.authors }} {{ $authors_label := "posts.authors.label" }} {{ if eq (len .Params.authors) 1 }} {{ $authors_label = "posts.author" }} {{ end }}
  • {{ i18n $authors_label }}
      {{- range .GetTerms "authors" -}}
    • {{- safeHTML .Params.person -}}
    • {{- end -}}
  • {{ 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 }}