diff options
author | GNUxeava <bluenerd@protonmail.com> | 2022-03-11 07:17:09 +0530 |
---|---|---|
committer | GNUxeava <bluenerd@protonmail.com> | 2022-03-11 07:17:09 +0530 |
commit | 2dfa39111cd76b102dbb3f58c1754b6c93b0265a (patch) | |
tree | 6629d88ef7a7e4095d528b860b00a9e2c16c3cb7 /archetypes | |
parent | bdb69d5b8c4fcb71f46053c256766f97d944e80e (diff) |
initial commit
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 +--- + |