Generate correct date within archetypes (#27)

This commit is contained in:
Khosrow Moossavi 2018-05-28 08:16:37 -04:00 committed by Luiz F. A. de Prá
parent 104b0d8ce3
commit 4f8366220a
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
+++ +++
draft = true draft = true
date = {{ .Date }}
title = "" title = ""
slug = "" slug = ""
+++ +++

View File

@ -1,6 +1,6 @@
+++ +++
draft = true draft = true
date = "2018-01-01T00:00:00-00:00" date = {{ .Date }}
title = "" title = ""
slug = "" slug = ""
tags = [] tags = []