nice
This commit is contained in:
parent
541afe60d9
commit
ae64b5d76a
8 changed files with 92 additions and 59 deletions
|
@ -4,13 +4,9 @@ import BlogPostList from "~/components/lists/BlogPostList.astro";
|
|||
---
|
||||
|
||||
<Page
|
||||
title="Blog thing yes yes"
|
||||
description="A list of all my blog posts."
|
||||
title="Blog"
|
||||
description="writing"
|
||||
icon="fa-solid fa-star"
|
||||
>
|
||||
<p class="mb-6">
|
||||
My personal blog is <a class="link" href="https://concorde.blog">Concorde</a
|
||||
>, but here's where the technical stuff goes.
|
||||
</p>
|
||||
<BlogPostList />
|
||||
</Page>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue