feat: add back button

This commit is contained in:
radishzzz 2025-03-05 20:27:34 +00:00
parent d0724d56fb
commit b82ad56691
7 changed files with 40 additions and 18 deletions

View file

@ -28,7 +28,7 @@ const postsByYear = await getPostsByYear()
{[...postsByYear.entries()].map(([_year, posts]) => (
// Year Group
<section class="mt-7.5">
<section class="mb-7.5">
{/* Decorative Line */}
<div class="h-0.125 w-10 bg-secondary opacity-25"></div>
{/* Posts List */}