From a9352d5404801ac587a1b32845a4ad257b4bb313 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 13 Jan 2024 11:36:12 -0800 Subject: [PATCH] chore: add excerpt to snippet --- .vscode/frontmatter.code-snippets | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/frontmatter.code-snippets b/.vscode/frontmatter.code-snippets index 46b51600..fb050586 100644 --- a/.vscode/frontmatter.code-snippets +++ b/.vscode/frontmatter.code-snippets @@ -10,6 +10,7 @@ "description: ''", "tags: ['']", "---", + "", "$2" ], "description": "Add frontmatter for new post"