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