From 2b5f9922e913719b2ab0d3ea3f51afbd963155e7 Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Mon, 26 Mar 2018 01:32:03 +0200 Subject: [PATCH] Add rel="prev"/"next" attribs on pagination (#462) --- nyaa/templates/bootstrap/pagination.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/nyaa/templates/bootstrap/pagination.html b/nyaa/templates/bootstrap/pagination.html index f2d8abc..fb6b747 100644 --- a/nyaa/templates/bootstrap/pagination.html +++ b/nyaa/templates/bootstrap/pagination.html @@ -27,7 +27,11 @@ {% endwith %} {% endwith %} -{% endmacro %} \ No newline at end of file +{% endmacro %}