Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Vimux/Binario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2018-04-25 21:59:58 +0300
committervimux <vimux@protonmail.com>2018-04-25 21:59:58 +0300
commit7f53ead07715632a2eaa2d7f13aecc086f8b8e0e (patch)
tree794080357c7c242170978b9f1ea7559ab1a2cc32 /archetypes
parentfa13a9b9e2764775240ce05d4d911f02feb4339a (diff)
Change default archetype format (toml -> yaml)
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index ac36e06..bf26b1a 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,2 +1,4 @@
-+++
-+++
+---
+title: "{{ replace .TranslationBaseName '-' ' ' | title }}"
+date: "{{ .Date }}"
+---