diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-16 20:04:07 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-16 20:04:07 +0100 |
| commit | 6363a0aeb3d8a5ac8c7393fb3cba24b05c0703e4 (patch) | |
| tree | 5fbc06bc72d52134ce520a2daf460ec15ae33363 /website/src/components/BlogFeed.astro | |
| parent | 357b17443112204ceb6a096a79fdd001ec0fbfe5 (diff) | |
subscribe to this blog!
Diffstat (limited to 'website/src/components/BlogFeed.astro')
| -rw-r--r-- | website/src/components/BlogFeed.astro | 2 |
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 => ( |
