Generate correct date within archetypes (#27)
This commit is contained in:
parent
104b0d8ce3
commit
4f8366220a
|
@ -1,5 +1,6 @@
|
|||
+++
|
||||
draft = true
|
||||
date = {{ .Date }}
|
||||
title = ""
|
||||
slug = ""
|
||||
+++
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
draft = true
|
||||
date = "2018-01-01T00:00:00-00:00"
|
||||
date = {{ .Date }}
|
||||
title = ""
|
||||
slug = ""
|
||||
tags = []
|
||||
|
|
Loading…
Reference in New Issue