From e611f564bb6dc5ca055945bf99f7420206ca9201 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Mon, 3 May 2021 23:06:43 +0200 Subject: Update archetypes --- archetypes/posts.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archetypes/posts.md') 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 --- -- cgit v1.2.3