diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-18 20:43:58 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-18 20:43:58 +0100 |
commit | bc66e6f72bd97e70e6ce751ae00778b9183eebb1 (patch) | |
tree | 2b6dbbb227db66195f41729e5ecf417f429ff3dc /archetypes | |
parent | de9e3414ab89fc7acc55fe26047e86bffc916c8a (diff) |
update
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/reading.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archetypes/reading.md b/archetypes/reading.md new file mode 100644 index 0000000..5ae3c01 --- /dev/null +++ b/archetypes/reading.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: false +--- + |