1
0
This commit is contained in:
2023-06-13 21:05:38 +02:00
parent e462f47a68
commit ed23d64e5b
6 changed files with 15 additions and 0 deletions

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---