diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-12-09 18:32:25 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-12-09 18:32:25 +0100 |
| commit | fcd789b495073887627b6fb7fc5d4fbe9a853f93 (patch) | |
| tree | fc905a63e8cd32d5126555e635bade2914ba790a | |
| parent | 2e9c03c95da151f43c936692e2790b86a5437d60 (diff) | |
Changed the archetype to automatically add the title
| -rw-r--r-- | archetypes/default.md | 2 |
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 }} |
