{{ partial "header.html" . }}
{{ partial "page-heading" . }}
{{ .Date.Format .Site.Params.dateform }}
{{ if not .Params.noauthor }} {{ if .Params.author }}
{{ .Params.author }}
{{end}} {{end}}
{{ if eq 1 .ReadingTime }}{{ .ReadingTime }} minute read{{ else }}{{ .ReadingTime }} minutes read{{ end }}
    {{ range .Params.tags }}
  • {{ . }}
  • {{ end }}
{{ partial "content" . }}

Back to posts


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