{{ .Title }}
{{ with $date := .Date }}
{{ partial "utils/format-date" $date }}
{{- if $.Params.authors }} by {{ end -}}
{{- with $.Params.authors }}
{{- range $i, $author := . -}}
{{- if $i }},{{ end -}}
{{- if $author.link }}
{{ $author.name }}
{{ else }}
{{ $author.name }}
{{ end -}}
{{- end -}}
{{- end -}}
{{ end }}
{{ .Content }}
{{ partial "pager.html" . }}