From 6b35c7fc2f63bb16aaefc140029b1eae1235cc44 Mon Sep 17 00:00:00 2001 From: satnaing Date: Fri, 2 Dec 2022 23:37:32 +0630 Subject: [PATCH] fix: hide pagination when there's only 1 page --- src/layouts/Posts.astro | 58 ++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 29 deletions(-) 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"; - -