aboutsummaryrefslogtreecommitdiffhomepage
path: root/archetypes
diff options
context:
space:
mode:
authorfrosty <passedgoandgot200@disroot.org>2025-06-04 17:06:54 -0400
committerfrosty <passedgoandgot200@disroot.org>2025-06-04 17:06:54 -0400
commit6ce8f79d3b5f6e2d724204e3bcb504b2e7bcb306 (patch)
tree97765cb560a8ab349172d998296ff070d093411d /archetypes
parent2dcf5adbf084eb7f3e33d57f714ed2d2244a6ce8 (diff)
remove a few pages, move blog into posts, and add first status update
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index 25b6752..9a72f3b 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,5 +1,5 @@
-+++
-date = '{{ .Date }}'
-draft = true
-title = '{{ replace .File.ContentBaseName "-" " " | title }}'
-+++
+---
+date: '{{ time.Now.Format "2006-01-02" }}'
+draft: true
+title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
+---