diff --git a/src/layouts/Posts.astro b/src/layouts/Posts.astro index e7875f0..dc334ef 100644 --- a/src/layouts/Posts.astro +++ b/src/layouts/Posts.astro @@ -36,7 +36,7 @@ const next = pageNum < totalPages ? "" : "disabled"; -