From 6bfe222f25ef6479f37a331601b3a0059e158002 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 6 May 2019 14:52:05 +0200 Subject: [PATCH] docs: Fix rel=prev/next `rel="prev"` should be set for the link which goes back to the previous page, `rel="next"` for the one which goes forward to the next page. --- docs_theme/nav.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_theme/nav.html b/docs_theme/nav.html index f093178d3..732694f48 100644 --- a/docs_theme/nav.html +++ b/docs_theme/nav.html @@ -2,10 +2,10 @@