style changes

This commit is contained in:
2025-12-11 14:22:12 +00:00
parent a3d0ee0438
commit cc9a580fe6
5 changed files with 56 additions and 31 deletions
+2 -2
View File
@@ -8,6 +8,6 @@ import Page from '../layouts/Page.astro';
<Page title={SITE_TITLE} description={SITE_DESCRIPTION}>
<Me />
<BlogFeed hideAuthor maxEntries={3} />
<LinksFeed hideAuthor maxEntries={5} />
<BlogFeed hideAuthor hideSubheadings maxEntries={1} />
<LinksFeed hideAuthor maxEntries={1} />
</Page>