blob: 1368e0081a56ec7512714e51793a97c4968880b6 (
plain)
1
2
3
4
5
6
7
8
|
---
import Page from '../layouts/Page.astro';
import LinksFeed from '../components/LinksFeed.astro';
---
<Page title='Links | joeac' description='Assorted links I’m accumulating.'>
<LinksFeed headingLevel={1} hideAuthor={false} />
</Page>
|