commit 9faaaeaf052d9b29582bd7b2ff5f8738cb80f292 parent 728940e04ee18d9eb130ae7b2760d929e10f7693 Author: Hugo Soucy <hugo@soucy.cc> Date: Mon, 5 Jun 2017 19:37:08 -0400 Modify markdown archetypes Diffstat:
M | archetypes/note.md | | | 11 | +---------- |
M | archetypes/txt.md | | | 11 | +---------- |
2 files changed, 2 insertions(+), 20 deletions(-)
diff --git a/archetypes/note.md b/archetypes/note.md @@ -1,11 +1,2 @@ ---- -title: {{ archetype_title }} -date: {{ archetype_date }} -datetime: {{ archetype_datetime }} -template: {{ archetype_template }} -bridgy: true -keywords: ---- -<!-- replyto: http://quelquechose.tld --> -... +# {{ archetype_title }} diff --git a/archetypes/txt.md b/archetypes/txt.md @@ -1,11 +1,2 @@ ---- -title: {{ archetype_title }} -date: {{ archetype_date }} -datetime: {{ archetype_datetime }} -template: {{ archetype_template }} -bridgy: false -keywords: ---- -<!-- replyto: http://quelquechose.tld --> -... +# {{ archetype_title }}