From cce7779c5a7e2828059b77ce0a622f2eb5e13905 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Sun, 6 Jul 2025 14:22:12 +0200 Subject: [PATCH] fix(archetypes): fixes the new post archetype --- archetypes/default.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/archetypes/default.md b/archetypes/default.md index 2ce999e..94ce5b4 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,9 +1,11 @@ --- +# vim: spell spelllang=en title: '{{ replace .File.ContentBaseName "-" " " | title }}' slug: '{{ .File.ContentBaseName }}' date: '{{ .Date }}' draft: true -categories: [] +categories: +- tags: - summary: |