website/themes/fzmin/layouts/_default/single.gopher.txt
fzorb 8237b6aa19
Some checks failed
pipeline / deploy-job (push) Failing after 3m26s
some changes to themes
2025-01-16 11:26:30 +02:00

9 lines
192 B
Plaintext

# {{ .Title }}
{{ .Date.Format (.Site.Params.dateform | default "N/A") }}
{{ if .Params.tags }}
Posted in: {{ range .Params.tags }}{{ . }} {{ end }}
{{ end }}
{{ .RawContent }}