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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Romero <angelkatalyst@gmail.com>2017-07-04 09:52:43 +0300
committerMichael Romero <angelkatalyst@gmail.com>2017-07-04 09:52:43 +0300
commitb343b071ba1ebcb24e0e7e47c77abd8844b88579 (patch)
tree5e5f29c2a74649de7d66ce908daf769592e612c0 /archetypes
parent083f556b7a04af3a2dd0e6bc005c99f5a457df3a (diff)
Add title & date to archetype required for Hugo v0.24
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index d9fd371..489804b 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,4 +1,6 @@
---
+title: "{{ replace .TranslationBaseName "-" " " | title }}"
+date: {{ .Date }}
subtitle: ""
tags: []
---