From c4183f56aab666b38b1c11a182231fb1f11e6a6e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 25 Apr 2016 01:00:24 +0000 Subject: www: add rel=next and rel=prev navigation hints This can makes navigation easier with some browsers or or browser extensions. ref: https://www.w3.org/TR/html/links.html#sequential-link-types --- lib/PublicInbox/Feed.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/Feed.pm') diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index 096bff9d..d433726f 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -185,7 +185,7 @@ sub nav_footer { my $anchor = $state->{anchor_idx}; if ($last) { - $next = qq!next!; + $next = qq!next!; } if ($old_r) { $head = $cgi->path_info; -- cgit v1.2.3-24-ge0c7