From fa94d126e37df3d762cfa8f4785baabbe7c228db Mon Sep 17 00:00:00 2001 From: IanWold Date: Sun, 13 Oct 2024 19:04:44 -0500 Subject: [PATCH] Correct malformed topics --- Site/Posts/book_club-2-2024.md | 2 +- Site/Posts/ive_indiewebbed_my_site.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Site/Posts/book_club-2-2024.md b/Site/Posts/book_club-2-2024.md index 54ed4d6..abe10ba 100644 --- a/Site/Posts/book_club-2-2024.md +++ b/Site/Posts/book_club-2-2024.md @@ -5,7 +5,7 @@ "date": "24 February 2024", "contents": false, "hero": "photo-1672309558498-cfcc89afff25", - "topics": [Architecture", "Testing"], + "topics": ["Architecture", "Testing"], "series": "Book Club", "related": [ { "title": "Book Club 1/2024: What is a Software Architect?", "description": "A few meandering and maybe unhelpful thoughts on the title \"Software Architect\"", "fileName": "book_club_1-2024" }, diff --git a/Site/Posts/ive_indiewebbed_my_site.md b/Site/Posts/ive_indiewebbed_my_site.md index 5200b66..fcd55cf 100644 --- a/Site/Posts/ive_indiewebbed_my_site.md +++ b/Site/Posts/ive_indiewebbed_my_site.md @@ -5,7 +5,7 @@ "date": "1 April 2024", "contents": false, "hero": "photo-1589933767411-38a58367efd7", - "topics": ["BLogging", "Patterns", "Tooling"], + "topics": ["Blogging", "Patterns", "Tooling"], "related": [ { "title": "Giscus Is Awesome", "description": "I can add comments to my statically generated blog? Using GitHub Discussions?? For Free??? And it works????", "fileName": "giscus_is_awesome" }, { "title": "Daily Grug", "description": "Need inspiration start day, made API.", "fileName": "daily_grug" },