summaryrefslogtreecommitdiff
path: root/website/src/components/BlogFeed.astro
diff options
context:
space:
mode:
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 => (