chchchchch changez

This commit is contained in:
Laker Turner 2025-03-30 21:12:05 +01:00
parent 2232741e04
commit f0b541cfdc
No known key found for this signature in database
24 changed files with 175 additions and 129 deletions

View file

@ -4,10 +4,10 @@ import BlogPostList from "~/components/lists/BlogPostList.astro";
---
<Page
title="Post index"
title="Blog thing yes yes"
description="A list of all my blog posts."
icon="fa-solid fa-blog"
icon="fa-solid fa-star"
>
<p class="mb-6">my personal blog is <a class="link" href="https://concorde.blog">Concorde</a>, but here has more technical things.</p>
<BlogPostList collection="blog" />
</Page>