{{ if .Params.updated }}
{{ $updated := .Params.updated | time.AsTime }}
{{ end }}
{{ .WordCount }} words
{{ with .Params.readingTime }}
{{ . }} min read
{{ end }}
{{ if .Description }}
{{ .Description }}
{{ else if .Summary }}
{{ .Summary }}
{{ end }}
{{ if .Params.tags }}
{{ end }}
{{ end }}
{{ end }}