{{ define "main" }}
{{- $ageDays := div (sub now.Unix .Date.Unix) 86400 -}}
{{- if .Params.date }}
{{- $postDate := .Date.Format "2006-01-02" }}
{{- $updateDate := .Lastmod.Format "2006-01-02" }}
title: {{ .Title | markdownify }}
{{- if ne $postDate $updateDate }}
posted: {{ $postDate }}
{{ end }}
{{ end }}
{{- with .Params.tags }}{{- $tagCount := len . }}
updated: {{ $updateDate }}
{{- end }}
tags: {{- if gt $tagCount 5 }}{{- end }}
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.