Title— {{.Title}}
Kind— {{.Kind}}
BaseUrl— {{.Site.BaseURL}}
Permalink— {{.Permalink}}
RelPermalink— {{.RelPermalink}}
Section— {{.Section}} — {{ strings.TrimSuffix "/" (.Section | absURL)}}
Type— {{.Type}} | use Section typically
Layout— {{.Layout}}
Categories— {{ .Params.Categories }}
Tags— {{ .Params.Tags }}
Date— {{.Date.Format "2006-01-02 Monday"}}
Environment— {{ hugo.Environment }}
--
Params— {{.Params}}
--
Author(s) - {{ partial "get-authors.html" . }}