{{- partial "single-partials/share.html" . -}}
{{if isset .Site.Params.author "name"}}
{{if isset .Site.Params.author "thumbnail"}}
{{if isset .Site.Params.author "description"}}
{{$images := .Resources.ByType "image"}}
{{with $images.GetMatch "*cover*" }}
{{end}}
{{end}}
{{end}}
{{ .Title }}
{{ .Content}}