{{- $ageDays := div (sub now.Unix .Date.Unix) 86400 -}}
<headerclass="content__header">
<h1>{{ .Title | markdownify }}</h1>
</header>
{{- with .Param "lastmod" -}}
{{- $ageDays = div (sub now.Unix .Unix) 86400 -}}
{{- end -}}
{{- if and (gt $ageDays 365) (not .Params.timeless) -}}
<br>
<divclass="notice note">
<pclass="first notice-title"><spanclass="icon-notice baseline"><svg><usehref="#note-notice"></use></svg></span>Technology keeps moving but this post has not.</p>
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.