diff --git a/archetypes/posts.md b/archetypes/posts.md index e462adf..0003831 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -1,8 +1,8 @@ --- +draft: true title: "{{ replace .Name "-" " " | title }}" author: 'Chad Michael "TBD" Greenwood' -date: {{ .Date }} -draft: true +date: "{{ .Date }}" toc: true images: tags: @@ -17,4 +17,5 @@ categories: - TBD #- recipes #- musings +aliases: ---