{{ .Date.Format (.Site.Params.dateFormat | default "") | $.Scratch.Set "pub_date" }} {{ with .Description }} {{ $.Scratch.Set "subtitle" . }} {{ end }} {{ with .ReadingTime }} {{ $.Scratch.Set "read_time" . }} {{ end }}

{{ .Title }}

{{ $.Scratch.Get "pub_date" }} - {{ $.Scratch.Get "read_time" }} minutes
{{ $.Scratch.Get "subtitle" }}
{{ range.Params.categories }} {{ . }} {{ end }} {{ range .Params.tags }} {{ . }} {{ end }}