heh
This commit is contained in:
parent
030aa87fc5
commit
3462bccc98
8 changed files with 33 additions and 25 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
import Page from "~/layouts/Page.astro";
|
||||
import BlogPostList from "~/components/lists/BlogPostList.astro";
|
||||
import StyledLink from "~/components/util/StyledLink.astro";
|
||||
---
|
||||
|
||||
<Page
|
||||
|
@ -8,5 +9,6 @@ import BlogPostList from "~/components/lists/BlogPostList.astro";
|
|||
description="writing"
|
||||
icon="fa-solid fa-signature"
|
||||
>
|
||||
<StyledLink href="/blog/tags">See all the tags</StyledLink>
|
||||
<BlogPostList />
|
||||
</Page>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue