mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
feat: add back button
This commit is contained in:
parent
d0724d56fb
commit
b82ad56691
7 changed files with 40 additions and 18 deletions
|
@ -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 */}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue