From d5adf8b9f6e3e6445b162be6792bdbb980ac5ed1 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 23 Feb 2020 14:47:08 +0100 Subject: [PATCH] Use rel=prev/next on pagination link While this is widely documented for SEO reason, it also helps for accessibility. Notably, if you are using tools like Vimium to browse using only the keyboard, these hints help to select the links. It's all the more useful when the text is not in English. --- template/html/common/entry_pagination.html | 6 +++--- template/html/common/pagination.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/template/html/common/entry_pagination.html b/template/html/common/entry_pagination.html index 6ec49a65..8b1b65e7 100644 --- a/template/html/common/entry_pagination.html +++ b/template/html/common/entry_pagination.html @@ -2,7 +2,7 @@