fix: cleanup component structure

This commit is contained in:
Alexander Daichendt 2025-06-30 17:58:41 +02:00
parent 2abae63f4b
commit bf720b79ee
19 changed files with 899 additions and 250 deletions

View file

@ -8,8 +8,7 @@ const posts = (await getCollection("blog")).sort(
);
---
<BaseLayout>
<h1 class="mb-16">Blog</h1>
<BaseLayout title="Blog" subtitle="Thoughts and Reflections">
<section class="max-w-4xl mx-auto">
<ul class="">
{