diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-19 21:04:33 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-19 21:04:33 +0100 |
commit | 42d4b89ae0b095be8507a70c9920ee5921868fff (patch) | |
tree | 26089cd2524713443b20da330704d5b432f8917e /archetypes |
updating
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/default.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + |