single.gmi (476B)
- # {{$.Title | safeHTML}}
- {{ trim (readFile (replace (replace $.File.Path ".md" ".gmi") ".html" ".gmi")) "\n" | safeHTML }}
- ```An ASCII art rocket
- \ \_____
- ###[==_____>
- /_/
- ```
- “{{$.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.