diff --git a/src/layouts/Posts.astro b/src/layouts/Posts.astro
index dc334ef9e..4a524f7da 100644
--- a/src/layouts/Posts.astro
+++ b/src/layouts/Posts.astro
@@ -36,35 +36,35 @@ const next = pageNum < totalPages ? "" : "disabled";
-
-
+ {
+ totalPages > 1 && (
+
+ )
+ }
+