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