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

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshiharu Yamashita <yoshiharuyamashita@users.noreply.github.com>2017-09-07 09:58:15 +0300
committerGitHub <noreply@github.com>2017-09-07 09:58:15 +0300
commit7b006cc8d2cbca0ca1fa728b26b2355097fdd521 (patch)
tree1b2ea84c6eb140ae5e4f2f8d27490ecd8087fca5
parentd45a5512885796ef1b877d789f2b4520aee0394a (diff)
parentdc1b04f1a5b4c26570e62d155c165e0fa202ae85 (diff)
Merge pull request #53 from drguildo/fix/archetype-defaults
Fix archetype missing date and title warning
-rw-r--r--archetypes/default.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index ee0177b..b6ec759 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,4 +1,6 @@
+++
+title = "{{ replace .TranslationBaseName "-" " " | title }}"
+date = {{ .Date }}
draft = true
tags = []
topics = []