aboutsummaryrefslogtreecommitdiff
path: root/archetypes/posts.md
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/posts.md')
-rw-r--r--archetypes/posts.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/archetypes/posts.md b/archetypes/posts.md
index fdccff8..f897e95 100644
--- a/archetypes/posts.md
+++ b/archetypes/posts.md
@@ -1,4 +1,6 @@
---
-title: "{{ replace .Name "-" " " | title }}"
+title: "{{ .Name | humanize | title }}"
date: {{ .Date }}
+# bookComments: false
+# bookSearchExclude: false
---