31 lines
913 B
Plaintext
31 lines
913 B
Plaintext
# {{ $.Title | safeHTML }}
|
|
|
|
{{ if .Lastmod }}{{ if not (eq .Lastmod .Date )}}
|
|
Published on {{ .Date.Format "Jan 02, 2006" }}, updated {{ dateFormat "2006-01-02" .Lastmod.Local }}.
|
|
{{ end }}
|
|
{{ else }}
|
|
Published on {{ .Date.Format "Jan 02, 2006" }}.
|
|
{{ end }}
|
|
|
|
{{ trim (readFile (replace $.File.Path ".md" ".gmi")) "\n" | safeHTML }}
|
|
|
|
```ASCII
|
|
* . * . , *
|
|
. . . *
|
|
* . .' * , . . , *
|
|
. * .'
|
|
' . . * * .'.
|
|
. ' ' . . ' .
|
|
. * , * ' *
|
|
.
|
|
* . *
|
|
```
|
|
|
|
=> / Return to the homepage
|
|
{{ with .OutputFormats.Get "html" }}
|
|
=> {{ .Permalink }} See “{{ $.Title | safeHTML }}” on the WWW
|
|
{{ end }}
|
|
{{ with .Params.comments }}=> https://{{ .host }}/@{{ .user }}/{{ .id }} You may comment here{{ end }}
|
|
|
|
{{ .Site.Copyright }}
|