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