diff options
| author | Joe Carstairs <me@joeac.net> | 2025-12-11 14:22:12 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-12-11 14:22:12 +0000 |
| commit | cc9a580fe6a1f188de9ca89778cf113984c4327b (patch) | |
| tree | 918f2814bb59f0845a6f3615804325734096dc37 /website/src/pages | |
| parent | a3d0ee043885fdc18bafdd895f8f0c469e7e8a13 (diff) | |
style changes
Diffstat (limited to 'website/src/pages')
| -rw-r--r-- | website/src/pages/index.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index cbd7037..c1f63e8 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 maxEntries={3} /> - <LinksFeed hideAuthor maxEntries={5} /> + <BlogFeed hideAuthor hideSubheadings maxEntries={1} /> + <LinksFeed hideAuthor maxEntries={1} /> </Page> |
