@@ -36,7 +36,7 @@ const { tag } = Astro.params;
---
<MainLayout title={tag}>
- <div class="mx-auto flex max-w-(--breakpoint-xl) flex-col items-center">
+ <div class="mx-auto flex max-w-(--breakpoint-xl) flex-col items-center" slot="header-content">
<h1 class="my-8 text-3xl font-bold">{tag}</h1>
</div>
<PostsPage posts={posts} currentPage={currentPage} baseUrl={`/archives/tags/${tag}`} />