From 85e845ae2bd21b80edcce9b5a6ea4fd8ba938e2f Mon Sep 17 00:00:00 2001 From: Ettore Date: Mon, 27 May 2019 22:04:49 +0200 Subject: [PATCH] Modified blog archetype to include categories and author Signed-off-by: Ettore --- archetypes/blog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +---