diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-23 21:16:29 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-23 21:16:29 +0100 |
commit | 199ad2c6ef48579ccd14e91d7ac3661f3965c756 (patch) | |
tree | d884068a8b08e6575165e80cc6f8b0c37d4dd4ca /archetypes | |
parent | 44ae926ae4aab8a3ff9a458d731d17a12bccf13d (diff) |
update
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/blog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archetypes/blog.md b/archetypes/blog.md index 00e77bd..16b29ed 100644 --- a/archetypes/blog.md +++ b/archetypes/blog.md @@ -2,5 +2,7 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true +categories: ['uncategorised'] +tags: ['untagged'] --- |