This commit is contained in:
2025-04-21 16:39:04 -06:00
parent 7cdf8ac7ab
commit 0957f4772c
4 changed files with 10 additions and 1 deletions

5
archetypes/default.md Normal file
View File

@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++