{{ if .Params.posts_categories }}
-
{{ i18n "posts.category" ( len .Params.posts_categories ) }}
{{ partial "commons/categories" ( dict
"context" .
"kind" "post"
)}}
{{ end }}
-
{{ i18n "posts.date" }}
{{ if .Params.authors }}
{{ $authors_label := "posts.authors.label" }}
{{ if eq (len .Params.authors) 1 }}
{{ $authors_label = "posts.author" }}
{{ end }}
-
{{ i18n $authors_label }}
{{ 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 }}