diff --git a/archetypes/posts.md b/archetypes/posts.md index 21f7232..b756c17 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -6,7 +6,7 @@ title: "{{ replace .Name "-" " " | title }}" subtitle: "" feathericon: "" author: authorDefault -date: "{{ .Date }}" +date: "{{ .Date }}" started: "{{ .Date }}" lastmod: "{{ .Date }}" toc: false diff --git a/archetypes/videos.md b/archetypes/videos.md index decb5a0..d1a98b3 100644 --- a/archetypes/videos.md +++ b/archetypes/videos.md @@ -6,7 +6,7 @@ title: "{{ replace .Name "-" " " | title }}" subtitle: "" feathericon: "" author: HyperVegan -date: "{{ .Date }}" +date: "{{ .Date }}" started: "{{ .Date }}" lastmod: "{{ .Date }}" toc: false