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

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSundaram Ramaswamy <legends2k@yahoo.com>2018-03-20 11:23:22 +0300
committerJuraj Bubniak <juraj.bubniak@gmail.com>2018-03-20 11:23:22 +0300
commit563e7ac0b52086bb24b47d064ae016d5786b2d82 (patch)
tree2edf7a3fbb336342fbb8b1906e5633c5aab86867
parent732fbc6d04fac7c5b85f54d457785ebcb4f70a87 (diff)
Update default post archetype to Hugo 0.30 (#44)
-rw-r--r--archetypes/default.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index 80a53d3..e00e1f5 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,6 +1,8 @@
+++
-title = ""
+title = "{{ humanize .TranslationBaseName | title }}"
description = ""
author = ""
+date = {{ .Date }}
tags = []
+draft = true
+++