8 lines
223 B
Text
8 lines
223 B
Text
# {{ .Title }}
|
|
|
|
{{ .Date.Format (.Site.Params.dateform | default "January 2006") }} · {{ .ReadingTime }} minute read
|
|
{{ if .Params.tags }}
|
|
Posted in: {{ range .Params.tags }}{{ . }} {{ end }}
|
|
{{ end }}
|
|
|
|
{{ .RawContent }}
|