Update blog title

This commit is contained in:
Timothy Pidashev
2025-01-13 08:46:50 -08:00
parent f37688f2d1
commit 2777d14007

View File

@@ -11,6 +11,6 @@ const posts = (await getCollection("blog", ({ data }) => {
);
---
<ContentLayout content="Blog | Timothy Pidashev">
<ContentLayout title="Blog | Timothy Pidashev">
<BlogPostList posts={posts} client:load />
</ContentLayout>