diff --git a/src/layouts/Posts.astro b/src/layouts/Posts.astro index 576b7bd47..e7875f025 100644 --- a/src/layouts/Posts.astro +++ b/src/layouts/Posts.astro @@ -38,9 +38,10 @@ const next = pageNum < totalPages ? "" : "disabled";