website: remove links page

This commit is contained in:
2026-04-27 09:09:38 +01:00
parent 4729e27ea8
commit 295e63d821
-8
View File
@@ -1,8 +0,0 @@
---
import Page from '../layouts/Page.astro';
import LinksFeed from '../components/LinksFeed.astro';
---
<Page title='Links | joeac' description='Assorted links Im accumulating.'>
<LinksFeed headingLevel={1} hideAuthor={false} />
</Page>