{{- if .Date -}}
{{- end -}}
{{- with .Params.Author -}}
{{ . }}
{{- end -}}
{{- if and (.Param "readingTime") (eq (.Param "readingTime") true) -}}
{{ .ReadingTime }} {{ $.Site.Params.minuteReadingTime | default "min read" }}
{{- end -}}
{{- if and (.Params.showWordCount | default .Site.Params.showWordCount) (eq (.Param "showWordCount") true) -}}
{{ .WordCount }} {{ $.Site.Params.words | default "words" }}
{{- end -}}