{{ partial "header.html" . }}
{{ partial "page-heading" . }}
{{ .Date.Format .Site.Params.dateform }}
{{ if eq 1 .ReadingTime }}{{ .ReadingTime }} minute read{{ else }}{{ .ReadingTime }} minutes read{{ end }}
{{ if .Site.Params.progressively }} {{ $newImage := (print "
$3
") }} {{ .Content | replaceRE "(.*)" $newImage | safeHTML }} {{ else }} {{ .Content }} {{ end }}

Back to posts


{{ template "_internal/disqus.html" . }}
{{ partial "footer.html" . }}