From 712d40177db9bc65141a610f41224b20be78629f Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 4 Jan 2025 09:35:04 -0800 Subject: [PATCH] Add the "Weeknotes" tag to the weeknotes archetype --- archetypes/weeknotes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archetypes/weeknotes.md b/archetypes/weeknotes.md index 9fa6e6b..20247fb 100644 --- a/archetypes/weeknotes.md +++ b/archetypes/weeknotes.md @@ -3,7 +3,8 @@ title: "{{ time.Now.Format "2006" }}W%%WEEK_NUMBER%%" slug: weeknotes-{{ time.Now.Format "2006" }}w%%WEEK_NUMBER%% date: {{ .Date }} categories: weeknotes -tags: [] +tags: + - Weeknotes draft: true ---