{{ define "main" -}}

Notes

This is my microblog, containing short informal entries. See my blog for longer entries. An An Atom feed contains the full text of all my notes. If that has any problems, I also have a legacy RSS feed.

Timestamp format: YYYY-MM-DD HH:MM:SS, as per RFC 3339. Sorted newest to oldest.

    {{- $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 }}

    {{- if .Params.replyURI -}} {{- partial "reply-context" .Params -}} {{- end -}} {{ partial "processed-content.html" . }}
  2. {{- end }}
{{ end }}