From 6363a0aeb3d8a5ac8c7393fb3cba24b05c0703e4 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 16 Apr 2026 20:04:07 +0100 Subject: [PATCH] subscribe to this blog! --- website/src/components/BlogFeed.astro | 2 + website/src/content/blog/2026-04-16.md | 20 ++++++ website/src/pages/blog/index.astro | 6 +- website/src/pages/blog/subscribe.astro | 90 ++++++++++++++++++++++++++ 4 files changed, 117 insertions(+), 1 deletion(-) create mode 100644 website/src/content/blog/2026-04-16.md create mode 100644 website/src/pages/blog/subscribe.astro diff --git a/website/src/components/BlogFeed.astro b/website/src/components/BlogFeed.astro index 663a826..af61dca 100644 --- a/website/src/components/BlogFeed.astro +++ b/website/src/components/BlogFeed.astro @@ -66,6 +66,8 @@ const canonicalBlogUrl = new URL('blog', Astro.site)

+ + { hideSubheadings ?