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