This commit is contained in:
eric
2026-02-27 21:50:58 -06:00
parent cd2b46278f
commit fc2fe3e4c3
4 changed files with 12 additions and 0 deletions

5
archetypes/default.md Normal file
View File

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