{{ i18n "published" }}
{{ if ne .Site.Params.hide_author true }}
{{ with .Params.author }}
{{ i18n "by" }} {{ index . }}
{{ else }}
{{ .Site.Params.author }}
{{ end }}
{{ end }}
{{ with .Params.categories }}
in {{ delimit (apply (apply (sort .) "partial" "post/category-link" ".") "chomp" ".") ", " " and " }}
{{ end }}
{{ with .Params.tags }}
{{ i18n "and" }} tagged {{ delimit (apply (apply (sort .) "partial" "post/tag-link" ".") "chomp" ".") ", " " and " }}
{{ end }}
{{ i18n "using" }} {{ .WordCount }} {{ i18n "words" }}.