Change date archetype to date type

This commit is contained in:
Will Faught
2024-06-27 16:43:43 -07:00
parent 7ca3bad051
commit 33774e3283

View File

@@ -1,7 +1,7 @@
{{- $now := now -}} {{- $now := now -}}
+++ +++
categories = [] categories = []
date = "{{ .Date }}" date = {{ .Date }}
description = "" description = ""
draft = true draft = true
link = "" link = ""