summaryrefslogtreecommitdiff
path: root/archetypes/journal.md
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/journal.md')
-rw-r--r--archetypes/journal.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/archetypes/journal.md b/archetypes/journal.md
index b15421e..dfcc43a 100644
--- a/archetypes/journal.md
+++ b/archetypes/journal.md
@@ -2,7 +2,7 @@
title: "{{ replace .File.ContentBaseName "-" " " | title }}"
slug: "{{ .File.ContentBaseName }}"
lang: en
-date: {{ .Date.Format "2006-01-02" }}
+created: {{ .Date.Format "2006-01-02" }}
+updated: {{ .Date.Format "2006-01-02" }}
license: CC-BY-SA-4.0
---
-