diff --git a/archetypes/posts.md b/archetypes/posts.md index 3479f49..7fe961b 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -1,11 +1,11 @@ +++ -title = "{{ replace .Name "-" " " | title }}" -date = "{{ .Date }}" +title = '{{ replace .Name "-" " " | title }}' +date = '{{ .Date }}' draft = true author = '{{ index .Site.Author "name" }}' -cover = "" -tags = ["", ""] -keywords = ["", ""] -description = "" +cover = '' +tags = ['', ''] +keywords = ['', ''] +description = '' showFullContent = false +++