{{ if .Params.updated }}
{{ $updated := .Params.updated | time.AsTime }}
{{ end }}
{{ .WordCount }} words
{{ with .Params.readingTime }}
{{ . }} min read
{{ end }}
{{ if .Params.cover }}
{{ end }}
{{ if not (eq .Type "notes") }}
{{ end }}
{{ if and (not (eq .Type "page")) (not (eq .Type "notes")) }}
{{ partial "webmentions.html" . }}
{{ end }}