{{ define "main" -}} {{- $canonicalRelPermalink := .RelPermalink | replaceRE "^/~seirdy/" "/" }}
{{- $articleTag := printf `
` .Site.Params.CanonicalBaseURL $canonicalRelPermalink -}} {{ partial "full-article.html" . | replaceRE `
` $articleTag | safeHTML }}

More about this site

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

    {{- $pages := (where site.RegularPages "Section" .Section) -}} {{- range $pages -}} {{- $canonicalRelPermalink := .RelPermalink | replaceRE "^/~seirdy/" "/" -}}
  1. Posted {{- if gt (sub .Lastmod.Unix .Date.Unix) 3600 -}} , updated {{ .Lastmod.UTC.Format "2006-01-02 15:04" }} {{- end }}

    {{ .Description }}

    {{- partial "post-meta/wordcount.html" . -}}

  2. {{- end }}
{{ end }}