{{- $canonicalRelPermalink := .RelPermalink | replaceRE "^/~seirdy/" "/" -}} {{- $isNotes := false -}} {{- $action := "Posted" -}} {{- $logURL := printf "%scontent/%s" .Site.Params.logUrlPrefix .File.Path -}} {{- if or (eq .Page.Section "notes") (eq .Page.Title "Notes") -}} {{- $isNotes = true -}} {{- $action = "Noted" -}} {{- else -}} {{- $logURL = $logURL | strings.ReplaceRE `\.md` `.gmi` -}} {{- end -}}
{{- $action }} by {{ partial "indieweb-author.html" -}} on his Website{{- with .OutputFormats.Get "gemtext" -}}{{- printf " " -}}and Gemini capsule{{- end -}}.
{{- if gt (sub .Lastmod.Unix .Date.Unix) 900 -}}
Last updated . Changelog.
{{- end -}}
{{- if not $isNotes -}}
{{ partial "wordcount.html" . -}}
{{- end -}}