mirror of
https://codeberg.org/HPCesia/AstralHalo.git
synced 2025-04-08 17:34:27 +08:00
fix: tag archive page heading
This commit is contained in:
parent
653a3cbd71
commit
597ab70be5
@ -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}`} />
|
||||
|
Loading…
Reference in New Issue
Block a user