archive page pagination/redesign

This commit is contained in:
2023-11-26 11:47:09 -05:00
parent 0e8ec59e49
commit 5c547fec9a
3 changed files with 63 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const posts = await getCollection('blog')
{
posts.length < 5 ? null : (
<div class="more-posts">
<a class="link-button blue-btn" href="/archive/all">
<a class="link-button blue-btn" href="/archive/all?page=1">
All Posts
</a>
</div>