mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 08:12:11 +00:00
5741154155
Should have all the basic elements of an h-entry now.
19 lines
607 B
Text
19 lines
607 B
Text
# {{$.Title | safeHTML}}
|
|
|
|
{{ $lastmod := .Lastmod -}}
|
|
{{ if lt .Date $lastmod -}}
|
|
Originally posted {{ .Date.Format "2006-01-02" }}. Last updated {{ .Lastmod.Format "2006-01-02" }}.
|
|
{{ else -}}
|
|
Posted {{ .Date.Format "2006-01-02" }}.
|
|
{{ end }}
|
|
{{ trim (readFile (replace $.File.Path ".md" ".gmi")) "\n" | safeHTML }}
|
|
|
|
---
|
|
|
|
=> {{ .Site.Params.logUrlPrefix }}content/{{ .File.Path }} Article changelog
|
|
=> / Homepage{{ with .OutputFormats.Get "html" }}
|
|
=> {{.Permalink}} View “{{$.Title | safeHTML}}” on the WWW
|
|
{{- end }}
|
|
=> {{ .Site.Params.src }} Gemini capsule source code
|
|
|
|
{{ .Site.Params.copyright }}
|