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

10 lines
280 B
Plaintext

# {{ .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 -}}