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