Update the weeknotes archetype
Add "Notes on" to the title Remove the time from the date
This commit is contained in:
parent
49d8e069db
commit
64e8aa20d5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue