summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-02-20 09:48:50 +0000
committerJoe Carstairs <me@joeac.net>2026-02-20 09:48:50 +0000
commite90f7ab0bd76d8e1197cdbaf7b286b1468e40937 (patch)
tree4cd67f236e6c868663eb08e52ac81b82a2e2f86b
parentaf7d40ef39f07019bdf8e7493429dbc721d11bf3 (diff)
remove feeds from homepage
-rw-r--r--website/src/pages/index.astro2
1 files changed, 0 insertions, 2 deletions
diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro
index c1f63e8..8f26424 100644
--- a/website/src/pages/index.astro
+++ b/website/src/pages/index.astro
@@ -8,6 +8,4 @@ import Page from '../layouts/Page.astro';
<Page title={SITE_TITLE} description={SITE_DESCRIPTION}>
<Me />
- <BlogFeed hideAuthor hideSubheadings maxEntries={1} />
- <LinksFeed hideAuthor maxEntries={1} />
</Page>