mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Generate correct date within archetypes (#27)
This commit is contained in:
committed by
Luiz F. A. de Prá
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 = []
|
||||||
|
|||||||
Reference in New Issue
Block a user