Upgrade to kiln 0.2
This commit is contained in:
6
templates/_default/index.gmi
Normal file
6
templates/_default/index.gmi
Normal file
@@ -0,0 +1,6 @@
|
||||
# {{ .Title }}
|
||||
{{ if .Content }}
|
||||
{{ .Content }}{{ end }}
|
||||
{{ range .Pages }}=> {{ .Path }} {{ if not .Date.IsZero -}}
|
||||
{{.Date.Format "2006-01-02"}} {{end}}{{.Title}}
|
||||
{{ end -}}
|
Reference in New Issue
Block a user