diff options
-rw-r--r-- | archetypes/blog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archetypes/blog.md b/archetypes/blog.md index e5acb6f..2f7a907 100644 --- a/archetypes/blog.md +++ b/archetypes/blog.md @@ -1,6 +1,6 @@ +++ title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} +date: {{ now.Format "2026-01-02" }} categories: [ blog ] draft: true +++ |