{{ if .Params.posts_categories }}
-
{{ i18n "posts.category" ( len .Params.posts_categories ) }}
{{ partial "commons/categories" ( dict
"context" .
"kind" "post"
)}}
{{ end }}
-
{{ i18n "posts.date" }}
{{ 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 }}