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:
authornonumeros <kaploceh@gmail.com>2018-05-24 15:28:04 +0300
committernonumeros <kaploceh@gmail.com>2018-05-24 15:28:04 +0300
commit2cc83707c5a8fb7b29079719a55cd2656d2143c3 (patch)
tree3cf60bbda37df4b9c8b968e34c1f0c9028a5b4eb
parent1bd3b1a49e8bc7f1236377fb8d65d947fc6f8af7 (diff)
hugo v0.35 modified archetype value
-rw-r--r--archetypes/default.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index d41ff85..35f1a6b 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,5 +1,5 @@
+++
-title = "{{ replace .TranslationBaseName "-" " " | title }}"
+title = "{{ replace .Name "-" " " | title }}"
date = "{{ .Date }}"
draft = true
tags = []