about summary refs log tree commit diff
path: root/archetypes/blog.md
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/blog.md')
-rw-r--r--archetypes/blog.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/archetypes/blog.md b/archetypes/blog.md
index 2f7a907..4299061 100644
--- a/archetypes/blog.md
+++ b/archetypes/blog.md
@@ -1,6 +1,6 @@
-+++
+---
 title: "{{ replace .Name "-" " " | title }}"
 date: {{ now.Format "2026-01-02" }}
 categories: [ blog ]
 draft: true
-+++
+---