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:
authorMasaya Yoshikawa <aokage@gmail.com>2017-09-09 09:24:30 +0300
committerMasaya Yoshikawa <aokage@gmail.com>2017-09-09 09:24:30 +0300
commit6f2361c486560ef7f47e83ed66ef5af525c48a5e (patch)
tree508164a4d958f0ecf1ecea91b109c80318817996 /archetypes
parent7b006cc8d2cbca0ca1fa728b26b2355097fdd521 (diff)
Fix archetype generating date is not string type
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index b6ec759..d41ff85 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,8 +1,8 @@
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
-date = {{ .Date }}
+date = "{{ .Date }}"
draft = true
tags = []
topics = []
description = ""
-+++ \ No newline at end of file
++++