{{ partial "head.html" . }} {{ $url := replace .Permalink ( printf "%s" .Site.BaseUrl) "" }}
{{ partial "page-heading.html" . }}
{{ .Date.Format .Site.Params.DateForm }}
{{ if eq 1 .FuzzyWordCount }}{{ .FuzzyWordCount }} word{{ else }}{{ .FuzzyWordCount }} words{{ end }}
{{ if eq 1 .ReadingTime }}{{ .ReadingTime }} minute read{{ else }}{{ .ReadingTime }} minutes read{{ end }}
{{ .Content }}

Back home

{{ partial "footer.html" . }}