Adds Links page and fixes blog feed
This commit is contained in:
8
website/src/pages/links.astro
Normal file
8
website/src/pages/links.astro
Normal file
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user