From 2e6a27300ed465eb01a44aeeda0e1727b6f5eb38 Mon Sep 17 00:00:00 2001 From: Caleb Cushing Date: Fri, 24 Mar 2017 03:59:41 -0500 Subject: [PATCH] add previous and next relations (#55) * add previous and next relations https://www.w3.org/TR/html5/links.html#link-type-next * undo rel's on disabled buttons --- layouts/_default/list.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 689afc3..e12a0ec 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -37,16 +37,16 @@ {{ if or (.Paginator.HasPrev) (.Paginator.HasNext) }} {{ end }}