diff options
| -rw-r--r-- | website/src/pages/index.astro | 2 |
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> |
