6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
|
# {{ .Title }}
|
||
|
{{- if not .Date.IsZero }}
|
||
|
Posted on {{ .Date.Format "2006-01-02" }} by Nick Thomas{{ end }}
|
||
|
|
||
|
{{ .Content }}
|