1
0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-11-23 21:22:47 +01:00
kiln/templates/index.gmi

10 lines
280 B
Plaintext
Raw Normal View History

2020-11-25 02:08:31 +01:00
# {{ .Title }}
{{ if .Content }}
{{ .Content }}{{ end }}
{{ if .Dirs }}{{ range .Dirs }}=> {{ .Path }}{{ if .Title }} {{ .Title }}{{ end }}
{{ end }}
{{ end -}}
{{ range .Pages }}=> {{ .Path }} {{ if not .Date.IsZero -}}
{{.Date.Format "2006-01-02"}} {{end}}{{.Title}}
{{ end -}}