2020-11-03 15:46:20 -08:00
{{ define "main" }}
2021-01-19 21:15:21 -08:00
< div itemscope itemtype = "https://schema.org/BlogPosting" class = "h-entry" >
2020-12-28 19:23:54 -08:00
< article itemprop = "mainEntityOfPage" >
< header id = "post-header" >
< h1 itemprop = "name headline" class = "p-name" > {{ .Title }}< / h1 >
{{ $lastmod := .Lastmod -}}
{{ if lt .Date $lastmod -}}
2022-02-15 21:42:19 -08:00
Originally posted < time class = "dt-published" itemprop = "datePublished" datetime = "{{ .Date.Format " 2006-01-02T15:04:05Z07:00 " } } " title = "{{ .Date.Format " 2006-01-02T15:04:05Z07:00 " } } " > {{ .Date.Format "2006-01-02" }}< / time > by {{- partial "indieweb-author.html" -}} on his < a class = "u-url" href = "https://seirdy.one{{ .RelPermalink }}" > website< / a >
2021-01-20 11:33:12 -08:00
{{- with .OutputFormats.Get "gemtext" }}
and < a rel = "syndication" class = "u-syndication" href = "{{replace .Permalink " / gemini " " " 1 | safeURL } } " > Gemini capsule< / a >
{{- end -}}
2021-01-24 14:43:26 -08:00
< br >
2022-02-15 21:42:19 -08:00
Last updated < time itemprop = "dateModified" class = "dt-updated" datetime = "{{ $lastmod.Format " 2006-01-02T15:04:05Z07:00 " } } " title = "{{ $lastmod.Format " 2006-01-02T15:04:05Z07:00 " } } " > {{ .Lastmod.Format "2006-01-02" }}< / time > . < a href = "{{ .Site.Params.logUrlPrefix }}content/{{ .File.Path }}" > Changelog< / a >
2020-12-28 19:23:54 -08:00
{{ else -}}
2022-02-15 21:42:19 -08:00
Posted < a class = "u-url" href = "https://seirdy.one{{ .RelPermalink }}" > < time itemprop = "datePublished" datetime = "{{ .Date.Format " 2006-01-02T15:04:05Z07:00 " } } " title = "{{ .Date.Format " 2006-01-02T15:04:05Z07:00 " } } " > {{ .Date.Format "2006-01-02" }}< / time > < / a > by {{- partial "indieweb-author.html" -}}
2020-12-28 19:23:54 -08:00
{{ end }}
< / header >
2022-02-15 20:15:08 -08:00
< section class = "e-content" itemprop = "articleBody" >
2021-01-17 17:18:02 -08:00
{{ partial "processed-content" . -}}
2020-12-28 19:23:54 -08:00
< / section >
2021-01-19 13:16:42 -08:00
< / article >
2020-12-28 19:23:54 -08:00
< / div >
2020-11-25 00:43:39 -08:00
{{ end }}