We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a26ff commit e611f56Copy full SHA for e611f56
archetypes/docs.md
@@ -5,5 +5,6 @@ weight: 1
5
# bookToc: true
6
# bookHidden: false
7
# bookCollapseSection: false
8
-# bookComments: true
+# bookComments: false
9
+# bookSearchExclude: false
10
---
archetypes/posts.md
@@ -1,4 +1,6 @@
1
2
-title: "{{ replace .Name "-" " " | title }}"
+title: "{{ .Name | humanize | title }}"
3
date: {{ .Date }}
4
0 commit comments