From 3cff5cabb1db6454db95e83fd310f1dd9c339879 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Wed, 21 Sep 2022 09:23:03 +0630 Subject: [PATCH] Set tabindex to -1 when prev/next link is disabled --- src/layouts/Posts.astro | 2 ++ 1 file changed, 2 insertions(+) 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";