aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/list.gmi
blob: cbdba5013c6c4f2a857fce590a67f148908918d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# {{ .Title }}

{{ $content := .RawContent -}}

{{ $content := $content | replaceRE `\[(.+?)\]\((.+?)\)` "\n=> $2 $1\n" -}}

{{ $content }}

{{ range .Pages.ByPublishDate.Reverse }}
=> {{ .RelPermalink | replaceRE `index.gmi` `` }}{{if .Date }} {{ .Date.Format "2006-01-02" }}{{ end }} {{ .Title }}
{{ end }}