From d21585f603a1728536fa2449b7d47270a2b86fb6 Mon Sep 17 00:00:00 2001 From: Imran Sobir Date: Thu, 9 Feb 2017 18:11:17 +0500 Subject: [PATCH] Add rel=prev, rel=next to pagination links. --- qutebrowser/html/history.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qutebrowser/html/history.html b/qutebrowser/html/history.html index e117d7e80..42c59efff 100644 --- a/qutebrowser/html/history.html +++ b/qutebrowser/html/history.html @@ -83,9 +83,9 @@ tr:nth-child(odd) { -Previous + {% if today >= next_date %} -Next + {% endif %} {% endblock %}