{{ define "main" }}
{{- $ageDays := div (sub now.Unix .Date.Unix) 86400 -}}
{{ .Title | markdownify }}
Technology keeps moving but this post has not.
What you're about to read hasn't been updated in more than a year. The information may be out of date. Let me know if you see anything that needs fixing.{{ .Params.description }}
{{ end }} {{ if or (.Params.author) (.Params.date) }}{{ if .Params.author }}By {{ .Params.author }}{{ if .Date }}, {{ end }}{{ end }} {{ if .Date }}{{ .Date.Format "2006-01-02" }}{{ end }}
{{ end }} {{ if and (.Params.toc) (.TableOfContents) }}