{{ define "main" -}}

{{ .Site.Params.indexTitle }}

{{ .Site.Params.indexIntro }}

Navigation Links

Journal Entries

{{ range (where .Site.RegularPages.ByTitle "Section" "entry").ByPublishDate.Reverse -}} {{ partial "metadata.html" . -}} {{ end -}}
{{- end }}