From 64e8aa20d5be74ef66d393484da766977bb31eed Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 14 Jan 2025 19:31:35 -0800 Subject: [PATCH] Update the weeknotes archetype Add "Notes on" to the title Remove the time from the date --- archetypes/weeknotes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archetypes/weeknotes.md b/archetypes/weeknotes.md index 20247fb..1bae5a0 100644 --- a/archetypes/weeknotes.md +++ b/archetypes/weeknotes.md @@ -1,7 +1,7 @@ --- -title: "{{ time.Now.Format "2006" }}W%%WEEK_NUMBER%%" +title: "Notes on {{ time.Now.Format "2006" }}W%%WEEK_NUMBER%%" slug: weeknotes-{{ time.Now.Format "2006" }}w%%WEEK_NUMBER%% -date: {{ .Date }} +date: {{ .Date | time.Format "2006-01-02" }} categories: weeknotes tags: - Weeknotes