{{ if .Site.Params.enforceSinglePage -}} {{- else -}} {{ partial "head.html" . }} {{ partial "body-top" . }}

{{ if .Params.heading }} {{ .Params.heading }} {{ else }} {{ .Title }} {{ end }}

{{ .Date.Format (.Site.Params.dateform | default "January 2, 2006") }} ยท {{ i18n "minuteRead" .ReadingTime }}
{{ .Content }}

{{ if .Site.DisqusShortname -}} {{ partial "disqus" . }} {{- end }}
{{ partial "footer.html" . }} {{ partial "body-bottom" . }} {{- end }}