minor tweaks

This commit is contained in:
2025-02-13 09:53:27 -05:00
parent 85a04c276c
commit 5038822e08
3 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import PostPreview from '@components/PostPreview.astro';
const posts = await getCollection('blog');
---
<Layout title="Home">
<Layout title="Blog">
{
posts
.sort(