Back to Coredns Io

Byauthor

themes/coredns/layouts/partials/post/byauthor.html

latest692 B
Original Source

{{ $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: {{ dateFormat "2006-01-02" (default .Date (.PublishDate)) }} {{ 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.