mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-28 04:15:11 +00: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 }}
|