{{ range .Data.Pages.ByPublishDate.Reverse }}
  • {{ .Title }}

    {{ if not .Date.IsZero }} {{ .Date.Format (default "Jan 2, 2006" .Site.Params.dateformat) | upper }} {{ end }} - {{ math.Round (div (countwords .Content) 220.0) }} MIN READ {{ if isset .Params "categories" }} {{ $total := len .Params.categories }} {{ if gt $total 0 }} — {{ $total := sub $total 1 }} {{ range $i, $cat := sort .Params.categories }} {{ $cat | upper }}{{ if lt $i $total }}, {{ end }} {{ end }} {{ end }} {{ end }}

    {{ .Description }}

  • {{ end }}