Move posts date to the very top, before even the title

This commit is contained in:
hedy 2024-04-20 12:35:32 +08:00
parent 74796f208c
commit 3a1b3b7cf7
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
{{ define "content" -}}
# {{ $.Title }}
{{ .Date.UTC.Format "Jan 02, 2006" }}{{ partial "lastmod.gmi" (dict "Page" . "Prefix" " (updated on " "Postfix" ")") }}
# {{ $.Title }}
{{ partial "processed-content.gmi" . }}
***