{{- partial "head.html" . -}}
{{- partial "header.html" . -}} {{- block "main" . }}{{- end }}
{{- $posts := where .Site.RegularPages "Section" "posts" -}} {{- range first 10 $posts.ByDate.Reverse -}} {{- $date := .Date.Format "January 2, 2006" -}}
{{- .Title -}}
{{- $date -}}
{{- .Content -}}
{{- end -}}
Archived Posts...
© {{.Site.Params.copyrightStartYear}}-{{now.Format "2006"}} {{.Site.Params.authorName}}