diff --git a/src/layouts/Posts.astro b/src/layouts/Posts.astro index 96b9515..9998c2c 100644 --- a/src/layouts/Posts.astro +++ b/src/layouts/Posts.astro @@ -37,7 +37,7 @@ const next = pageNum < totalPages ? "" : "disabled";