2021-02-09 17:09:17 -05:00
|
|
|
# {{ $.Title | safeHTML }}
|
|
|
|
|
2021-02-11 23:34:25 -05:00
|
|
|
{{ if ne .Lastmod .Date -}}
|
|
|
|
Published on {{ .Date.Format "Jan 02, 2006" }}, updated {{ dateFormat "2006-01-02" .Lastmod }}.
|
|
|
|
{{- else -}}
|
2021-02-09 17:09:17 -05:00
|
|
|
Published on {{ .Date.Format "Jan 02, 2006" }}.
|
2021-02-11 23:34:25 -05:00
|
|
|
{{- end }}
|
2021-02-09 17:09:17 -05:00
|
|
|
|
|
|
|
{{ trim (readFile (replace $.File.Path ".md" ".gmi")) "\n" | safeHTML }}
|
|
|
|
|
|
|
|
```ASCII
|
|
|
|
* . * . , *
|
|
|
|
. . . *
|
|
|
|
* . .' * , . . , *
|
|
|
|
. * .'
|
|
|
|
' . . * * .'.
|
|
|
|
. ' ' . . ' .
|
|
|
|
. * , * ' *
|
|
|
|
.
|
|
|
|
* . *
|
|
|
|
```
|
|
|
|
|
|
|
|
=> / Return to the homepage
|
2021-02-11 23:33:35 -05:00
|
|
|
{{- with .OutputFormats.Get "html" }}
|
2021-02-09 17:09:17 -05:00
|
|
|
=> {{ .Permalink }} See “{{ $.Title | safeHTML }}” on the WWW
|
2021-02-11 23:33:35 -05:00
|
|
|
{{- end }}
|
2021-02-19 10:30:25 -05:00
|
|
|
{{ with .Params.comments }}=> https://{{ .host }}/@{{ .user }}/{{ .id }} You may comment here{{ end }}
|
2021-02-09 17:09:17 -05:00
|
|
|
|
|
|
|
{{ .Site.Copyright }}
|