{{ $author := index .Site.Params.authors .Params.author }}
{{ if ne .Site.Params.hide_author true }}
{{ with .Params.author }}
{{ $author.name }}
{{ if $author.email }}
{{ end }}
{{ if $author.twitter }}
{{ end }}
{{ if $author.github }}
{{ end }}
{{ else }}
{{ .Site.Params.author }}
{{ end }}
{{ end }}
Published:
{{ 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.