mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-08 10:09:18 +01:00
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
# {{ .Title }}
|
|
{{- if not .Date.IsZero }}
|
|
Posted on {{ .Date.Format "2006-01-02" }}{{ end }}
|
|
|
|
{{ .Content }}
|