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

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcalintat <calintat@gmail.com>2017-07-08 14:46:14 +0300
committercalintat <calintat@gmail.com>2017-07-08 14:46:14 +0300
commitb9bd7538b23a0aa4e3fc685191b20b1476fb58d6 (patch)
treec978ea36c2def63d1fa0e64c20f5b23355909075 /archetypes
parente036b2c45ad38278fc4234ba14be3262fb0a1091 (diff)
Added default archetype
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index ac36e06..8c7c756 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,2 +1,5 @@
-+++
-+++
+---
+title: "{{ replace .TranslationBaseName "-" " " | title }}"
+date: {{ dateFormat "2006-01-02" .Date }}
+draft: true
+---