]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Feed.pm
www: add rel=next and rel=prev navigation hints
[public-inbox.git] / lib / PublicInbox / Feed.pm
index 096bff9d5c10c3850d1ba7bbb2c3329e487639de..d433726fb8d624506fa423bb3b2fd6f589566fa7 100644 (file)
@@ -185,7 +185,7 @@ sub nav_footer {
        my $anchor = $state->{anchor_idx};
 
        if ($last) {
-               $next = qq!<a\nhref="?$param=$last">next</a>!;
+               $next = qq!<a\nhref="?$param=$last"\nrel=next>next</a>!;
        }
        if ($old_r) {
                $head = $cgi->path_info;