site/layouts/posts/single.gmi

19 lines
430 B
Plaintext

{{ define "content" -}}
# {{ $.Title }}
{{ .Date.Format "Jan 02, 2006" }} · {{ .WordCount }} words
{{ partial "lastmod.gmi" (dict "Page" . "Postfix" ".") }}
--
{{ partial "processed-content.gmi" . }}
--
{{- if (ne .Params.EOF false) }}
EOF
{{ end }}
Questions/comments:
=> mailto:~hedy/posts@lists.sr.ht Public gemlog mailing list (plain-text only)
=> mailto:{{ .Site.Author.email }} Or email me directly
=> / Home
{{- end }}