From 641bc5c70592f36cf93dc94a002565044c1124bd Mon Sep 17 00:00:00 2001 From: Elliot Page Date: Tue, 28 Jul 2026 17:59:13 +0100 Subject: [PATCH] corrected default front matter to use YAML --- archetypes/default.md | 10 +++++----- content/posts/podcastsjul2026.md | 5 +++++ 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 content/posts/podcastsjul2026.md diff --git a/archetypes/default.md b/archetypes/default.md index 25b6752..0d5eebd 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,5 +1,5 @@ -+++ -date = '{{ .Date }}' -draft = true -title = '{{ replace .File.ContentBaseName "-" " " | title }}' -+++ +--- +date: '{{ .Date }}' +draft: true +title: '{{ replace .File.ContentBaseName "-" " " | title }}' +--- diff --git a/content/posts/podcastsjul2026.md b/content/posts/podcastsjul2026.md new file mode 100644 index 0000000..5e3e966 --- /dev/null +++ b/content/posts/podcastsjul2026.md @@ -0,0 +1,5 @@ +--- +date: '2026-07-28T17:58:42+01:00' +draft: true +title: 'Podcastsjul2026' +---