{{- partial "single-partials/share.html" . -}}
{{if isset .Site.Params.author "name"}} {{if isset .Site.Params.author "thumbnail"}} {{if isset .Site.Params.author "description"}}
{{ .Site.Params.author.name }}
{{ .Site.Params.author.name }}
{{ .Site.Params.author.description }}
{{ dateFormat "Jan 2, 2006" .PublishDate }} {{ .ReadingTime }} min read
{{end}} {{end}} {{end}}

{{ .Title }}

{{$images := .Resources.ByType "image"}} {{with $images.GetMatch "*cover*" }} thumbnail for this post {{end}}
{{ .Content}}
{{ if .Params.comments }} {{- partial "single-partials/comments.html" . -}} {{ end }}