From 7d6b39abc00f27c085c974a9be520059857bf583 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Tue, 20 Sep 2022 23:46:06 +0630 Subject: [PATCH] Update pagination container with semantic nav element --- src/layouts/Posts.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/Posts.astro b/src/layouts/Posts.astro index a861253..9759c94 100644 --- a/src/layouts/Posts.astro +++ b/src/layouts/Posts.astro @@ -34,7 +34,7 @@ const next = pageNum < totalPages ? "" : "disabled"; -
+
+