summaryrefslogtreecommitdiff
path: root/website/src/components/BlogFeed.astro
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-04-16 20:04:07 +0100
committerJoe Carstairs <me@joeac.net>2026-04-16 20:04:07 +0100
commit6363a0aeb3d8a5ac8c7393fb3cba24b05c0703e4 (patch)
tree5fbc06bc72d52134ce520a2daf460ec15ae33363 /website/src/components/BlogFeed.astro
parent357b17443112204ceb6a096a79fdd001ec0fbfe5 (diff)
subscribe to this blog!
Diffstat (limited to 'website/src/components/BlogFeed.astro')
-rw-r--r--website/src/components/BlogFeed.astro2
1 files changed, 2 insertions, 0 deletions
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)
</p>
</aside>
+ <slot />
+
{ hideSubheadings
? <ul>
{ posts.sort(sortByPubDateDescending).map(post => (