{{ define "main" }} {{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} {{ $dateHuman := .Date | time.Format "Monday, 2. January 2006" }} {{ $dateMachineLastMod := .Lastmod | time.Format "2006-01-02T15:04:05-07:00" }} {{ $dateHumanLastMod := .Lastmod | time.Format "Monday, 2. January 2006" }} {{ $readingTime := div (float .WordCount) .Site.Params.reading_speed }} {{ $readingTime = math.Ceil $readingTime }}
{{ .WordCount }} Wörter, Lesezeit: {{ $readingTime }} min
{{ .Content }} {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} {{ end }}