From 96202fea2b68205df1ef40a93f3350ebf37be618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miriam=20M=C3=BCller?= <74644501+m1rm@users.noreply.github.com> Date: Sun, 26 Apr 2026 15:42:06 +0200 Subject: [PATCH] accessibility: fix prohibited ARIA attributes for disabled previous page & next page elements (#1312) accessibility: fix prohibited ARIA attributes for previous and next page button, if they are disabled Co-authored-by: Jimmy Cai --- layouts/_partials/pagination.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/layouts/_partials/pagination.html b/layouts/_partials/pagination.html index b0e70f2..abfb64a 100644 --- a/layouts/_partials/pagination.html +++ b/layouts/_partials/pagination.html @@ -18,8 +18,10 @@ {{- /* Previous page button */ -}} {{ partial "helper/icon" "chevron-left" }} @@ -101,8 +103,10 @@ {{- /* Next page button */ -}} {{ partial "helper/icon" "chevron-right" }}