From a05f50cb60d4f343c4d8925639a902a4d6b3ff6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Depreeuw?= Date: Sun, 29 Nov 2020 20:42:29 +0100 Subject: [PATCH] Update default.md archetype --- archetypes/default.md | 3 +++ content/post/renames-in-git-explained.md | 1 + 2 files changed, 4 insertions(+) diff --git a/archetypes/default.md b/archetypes/default.md index 00e77bd..72a4c88 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -2,5 +2,8 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true +toc: true +tags: [] +author: "Gaël Depreeuw" --- diff --git a/content/post/renames-in-git-explained.md b/content/post/renames-in-git-explained.md index 9bdcd12..79c685e 100644 --- a/content/post/renames-in-git-explained.md +++ b/content/post/renames-in-git-explained.md @@ -4,6 +4,7 @@ date: 2020-11-28T12:07:00Z draft: false toc: true tags: ['tech', 'git', 'rename'] +author: "Gaël Depreeuw" --- ## Introduction