From 1070cac8c2f0d039e420c219ff1af30bde5a62ba Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 1 Jan 2026 15:53:00 -0700 Subject: [PATCH] Add extra spaces so that dates line up. --- archetypes/posts.md | 2 +- archetypes/videos.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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