aboutsummaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2024-12-09 18:32:25 +0100
committerKaran Jayachandra <mail@karanjayachandra.com>2024-12-09 18:32:25 +0100
commitfcd789b495073887627b6fb7fc5d4fbe9a853f93 (patch)
treefc905a63e8cd32d5126555e635bade2914ba790a /archetypes
parent2e9c03c95da151f43c936692e2790b86a5437d60 (diff)
Changed the archetype to automatically add the title
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index c6f3fce..9723798 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -3,3 +3,5 @@ title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++
+
+## {{ replace .File.ContentBaseName "-" " " | title }}