{{ if isset .Params "authors" }} {{ i18n "authorBy" }} {{ range $index, $author := .Params.authors }}{{ if $index }}, {{ end }}{{ $author }}{{ end }} {{ end }} {{ if and .Params.author .Params.date }} | {{ end }} {{ if .Params.date }} {{ $createdAt := .Date.Format .Site.Params.date_format }} {{ range $index, $month := slice "January" "February" "March" "April" "May" "June" "July" "August" "September" "October" "November" "December" }} {{ $createdAt = replace $createdAt $month (i18n $month) }} {{ end }} {{ $createdAt }} {{ end }}
{{ end }} {{ if isset .Params "banner" }} {{ end }}