{{ $date := .Date | dateFormat "January 2, 2006" }}
{{ .Title }}
{{ .ReadingTime }} min read
{{ with .Description }}

{{ . }}

{{ end }}
{{/* Author(s) info */}}
{{ partial "blog/authors.html" . }}
{{ with .Params.badges }}
{{ partial "badge.html" (dict "rounded" true "large" true "prefix" "type" "word" .type "color" "indigo" "inline" true) }} {{ range .domains }} {{ partial "badge.html" (dict "rounded" true "large" true "prefix" "domain" "word" . "color" "green" "inline" true) }} {{ end }}
{{ end }}