diff options
Diffstat (limited to 'website/src/pages/index.astro')
| -rw-r--r-- | website/src/pages/index.astro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index 4e9d87b..835b4d3 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -1,5 +1,6 @@ --- import BlogFeed from '../components/BlogFeed.astro'; +import LinksFeed from '../components/LinksFeed.astro'; import Me from '../components/Me.astro'; import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; import Page from '../layouts/Page.astro'; @@ -8,4 +9,5 @@ import Page from '../layouts/Page.astro'; <Page title={SITE_TITLE} description={SITE_DESCRIPTION}> <Me /> <BlogFeed hideAuthor /> + <LinksFeed hideAuthor /> </Page> |
