From f1adf27ff12fcddc3bb0cc5608e356dd5a9fb733 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 9 Jan 2026 13:34:42 -0700 Subject: [PATCH] Remove quotes from archetype front matter dates. --- archetypes/default.md | 6 +++--- archetypes/poetry.md | 6 +++--- archetypes/posts.md | 6 +++--- archetypes/videos.md | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/archetypes/default.md b/archetypes/default.md index 5af2a16..9886dba 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -6,9 +6,9 @@ title: "{{ replace .Name "-" " " | title }}" subtitle: "" feathericon: "" author: authorDefault -#started: "{{ .Date }}" -date: "{{ .Date }}" -#lastmod: "{{ .Date }}" +#started: {{ .Date }} +date: {{ .Date }} +#lastmod: {{ .Date }} toc: false audio: false images: diff --git a/archetypes/poetry.md b/archetypes/poetry.md index 362253b..f0f5c92 100644 --- a/archetypes/poetry.md +++ b/archetypes/poetry.md @@ -5,9 +5,9 @@ pinned: false title: "{{ replace .Name "-" " " | title }}" subtitle: "" author: Bug -date: "{{ .Date }}" -started: -lastmod: +#started: {{ .Date }} +date: {{ .Date }} +#lastmod: {{ .Date }} toc: true images: tags: diff --git a/archetypes/posts.md b/archetypes/posts.md index 5af2a16..9886dba 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -6,9 +6,9 @@ title: "{{ replace .Name "-" " " | title }}" subtitle: "" feathericon: "" author: authorDefault -#started: "{{ .Date }}" -date: "{{ .Date }}" -#lastmod: "{{ .Date }}" +#started: {{ .Date }} +date: {{ .Date }} +#lastmod: {{ .Date }} toc: false audio: false images: diff --git a/archetypes/videos.md b/archetypes/videos.md index 9491cd1..55c4e3d 100644 --- a/archetypes/videos.md +++ b/archetypes/videos.md @@ -6,10 +6,10 @@ title: "{{ replace .Name "-" " " | title }}" subtitle: "" feathericon: "" author: HyperVegan -started: "{{ .Date }}" -date: "{{ .Date }}" -lastmod: "{{ .Date }}" -release: "{{ .Date }}" +#started: {{ .Date }} +date: {{ .Date }} +#lastmod: {{ .Date }} +#release: {{ .Date }} toc: false video: true # Auto-generates a video post. video_url: "" # Embed link for embedded playback. See: https://embed.tube/embed-code-generator/odysee/