mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 08:12:11 +00:00
55543cf9b2
In the name of ISO 8601, RFC 3339, and sorting by number: ramen.
13 lines
344 B
Text
13 lines
344 B
Text
# {{$.Title | safeHTML}}
|
|
{{ .Date.Format "2006-01-02" }}
|
|
|
|
{{ trim (readFile (replace $.File.Path ".md" ".gmi")) "\n" | safeHTML }}
|
|
|
|
---
|
|
|
|
=> / Homepage{{ with .OutputFormats.Get "html" }}
|
|
=> {{.Permalink}} View “{{$.Title | safeHTML}}” on the WWW
|
|
{{- end }}
|
|
=> {{ .Site.Params.src }} Gemini capsule source code
|
|
|
|
{{ .Site.Params.copyright }}
|