Change date archetype to date type
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{{- $now := now -}}
|
{{- $now := now -}}
|
||||||
+++
|
+++
|
||||||
categories = []
|
categories = []
|
||||||
date = "{{ .Date }}"
|
date = {{ .Date }}
|
||||||
description = ""
|
description = ""
|
||||||
draft = true
|
draft = true
|
||||||
link = ""
|
link = ""
|
||||||
|
Reference in New Issue
Block a user