mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-23 17:12:18 +01:00
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
# {{ .Title }}
|
|
{{ if .Content }}
|
|
{{ .Content }}{{ end }}
|
|
{{ range .Pages }}=> {{ .Path }} {{ if not .Date.IsZero -}}
|
|
{{.Date.Format "2006-01-02"}} {{end}}{{.Title}}
|
|
{{ end -}}
|