summaryrefslogtreecommitdiff
path: root/website/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'website/src/pages')
-rw-r--r--website/src/pages/index.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro
index 835b4d3..cbd7037 100644
--- a/website/src/pages/index.astro
+++ b/website/src/pages/index.astro
@@ -8,6 +8,6 @@ import Page from '../layouts/Page.astro';
<Page title={SITE_TITLE} description={SITE_DESCRIPTION}>
<Me />
- <BlogFeed hideAuthor />
- <LinksFeed hideAuthor />
+ <BlogFeed hideAuthor maxEntries={3} />
+ <LinksFeed hideAuthor maxEntries={5} />
</Page>