Update the weeknotes archetype

Add "Notes on" to the title
Remove the time from the date
This commit is contained in:
Eryn Wells 2025-01-14 19:31:35 -08:00
parent 49d8e069db
commit 64e8aa20d5

View file

@ -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