fixed default archetype issue
1 files changed, 10 insertions(+), 8 deletions(-) M archetypes/default.md
M archetypes/default.md => archetypes/default.md +10 -8
@@ 1,8 1,10 @@ -+++ -title = "{{ replace .Name "-" " " | title }}" -date = "{{ .Date }}" -draft = true -tags = [] -topics = [] -description = "" -+++ +--- +title: "{{ replace .Name "-" " " | title }}" +date: "{{ .Date}}" +draft: true +tags: + - +topics: + - +description: +---< \ No newline at end of file