From 45aebb2c816905b8c605bf7cc2e293d227a93d71 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 20 Oct 2021 12:36:33 +0200 Subject: [PATCH] archetypes: add 'description' back to front matter This reverts commit 4ac758cf921111f7989960e506e97355855076ec. --- archetypes/default.md | 1 + 1 file changed, 1 insertion(+) diff --git a/archetypes/default.md b/archetypes/default.md index e234672..3529484 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -2,6 +2,7 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: false # I don't care for draft mode, git has branches for that +description: "" tags: - accounting - c++