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