diff --git a/archetypes/default.md b/archetypes/default.md index 5e411616..a5093a09 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,9 +1,9 @@ ---- -categories: [] -date: {{ .Date }} -description: "" -draft: true -link: "" -tags: [] -title: "{{ replace .Name "-" " " | title }}" ---- ++++ +categories = [] +date = "{{ .Date }}" +description = "" +draft = true +link = "" +tags = [] +title = "{{ replace .Name "-" " " | title }}" ++++