mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-13 01:02:10 +00:00
712ca3737c
Comply with the upcoming article on best practices for textual websites.
13 lines
396 B
Text
13 lines
396 B
Text
# {{$.Title | safeHTML}}
|
|
|
|
{{ trim (readFile (replace $.File.Path ".md" ".gmi")) "\n" | safeHTML }}
|
|
|
|
---
|
|
|
|
“{{$.Title | safeHTML}}” was published on {{.Date.Format "January 2, 2006"}}.
|
|
|
|
=> / Back to the home page{{ with .OutputFormats.Get "html" }}
|
|
=> {{.Permalink}} View “{{$.Title | safeHTML}}” on the WWW
|
|
{{- end }}
|
|
|
|
The content for this site is CC-BY-SA. The code for this site is MIT.
|