From cafd54a65f4d576cebdb3c177fc77bbea6dbe289 Mon Sep 17 00:00:00 2001 From: Richard-Qin-X Date: Thu, 10 Sep 2026 00:39:04 +0800 Subject: Use created and updated document dates --- archetypes/journal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archetypes/journal.md') diff --git a/archetypes/journal.md b/archetypes/journal.md index b15421e..dfcc43a 100644 --- a/archetypes/journal.md +++ b/archetypes/journal.md @@ -2,7 +2,7 @@ title: "{{ replace .File.ContentBaseName "-" " " | title }}" slug: "{{ .File.ContentBaseName }}" lang: en -date: {{ .Date.Format "2006-01-02" }} +created: {{ .Date.Format "2006-01-02" }} +updated: {{ .Date.Format "2006-01-02" }} license: CC-BY-SA-4.0 --- - -- cgit v1.2.3