This commit is contained in:
Ivy Turner 2025-04-27 20:37:04 +01:00
parent e3cb07dea8
commit 030aa87fc5
No known key found for this signature in database
25 changed files with 399 additions and 140 deletions

View file

@ -6,7 +6,7 @@ import BlogPostList from "~/components/lists/BlogPostList.astro";
<Page
title="Blog"
description="writing"
icon="fa-solid fa-star"
icon="fa-solid fa-signature"
>
<BlogPostList />
</Page>