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-09 16:22:22 +0300
committerGitHub <noreply@github.com>2017-09-09 16:22:22 +0300
commit330aafa107956b9bb6c97c017698de8e51ee1c64 (patch)
tree508164a4d958f0ecf1ecea91b109c80318817996
parent7b006cc8d2cbca0ca1fa728b26b2355097fdd521 (diff)
parent6f2361c486560ef7f47e83ed66ef5af525c48a5e (diff)
Merge pull request #56 from shiratamag/master
Fix archetype generating date is not string type
-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
++++