{{ define "main" -}}

Notes

This is my microblog. These are my short informal entries, sorted by date (newest first). For longer entries, see my blog.

An Atom feed is availabe, containing the full text of all my notes. A legacy RSS feed also exists.

Timestamp format: YYYY-MM-DD HH:MM:SS, as per RFC 3339

    {{- $posts := (where site.RegularPages "Section" "notes") -}} {{- range $posts -}} {{- $canonicalRelPermalink := .RelPermalink | replaceRE "^/~seirdy/" "/" -}}
  1. Noted {{- if gt (sub .Lastmod.Unix .Date.Unix) 3600 -}} , updated {{ .Lastmod.Format "2006-01-02 15:04:05" }} {{- end }}
    {{ partial "processed-content.html" . }}
  2. {{- end }}
{{ end }}