diff --git a/archetypes/blog.md b/archetypes/blog.md index d05c049..37d67be 100644 --- a/archetypes/blog.md +++ b/archetypes/blog.md @@ -1,8 +1,9 @@ --- title: "{{ replace .Name "-" " " | title }}" +tags: [] +categories: [] description: "" date: {{ .Date }} author: "Ettore Dreucci" -tags: [] draft: true ---- \ No newline at end of file +---