This commit is contained in:
Ivy Turner 2025-04-27 21:13:52 +01:00
parent 030aa87fc5
commit 3462bccc98
No known key found for this signature in database
8 changed files with 33 additions and 25 deletions

View file

@ -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>