From 6363a0aeb3d8a5ac8c7393fb3cba24b05c0703e4 Mon Sep 17 00:00:00 2001
From: Joe Carstairs
Date: Thu, 16 Apr 2026 20:04:07 +0100
Subject: subscribe to this blog!
---
website/src/components/BlogFeed.astro | 2 ++
1 file changed, 2 insertions(+)
(limited to 'website/src/components')
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
?
{ posts.sort(sortByPubDateDescending).map(post => (
--
cgit v1.2.3