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