{{- with .Title }}{{ . }} | {{ end }}{{ .Site.Title -}}
{{- if not .Date.IsZero -}}
{{- .Date.Format "02-01-2006T15:04:05-07:00" -}}
{{- end -}}
{{- .Permalink -}}
{{- with .Site.Author.name -}}
{{ . }}
{{- end -}}
{{- with .Site.Author.email -}}
{{ . }}
{{- end -}}
Hugo -- gohugo.io
{{- range first 15 (where .Data.Pages "Type" "in" .Site.Params.mainSections) -}}
{{- .Permalink -}}
{{- with .Site.Author.name -}}
{{- . -}}
{{- end -}}
{{- .Date.Format "2006-01-02T15:04:05-07:00" -}}
{{- .Lastmod.Format "2006-01-02T15:04:05-07:00" -}}
{{- end -}}