diff --git a/views/listing.html b/views/listing.html index 524d3e8..fda008f 100644 --- a/views/listing.html +++ b/views/listing.html @@ -39,6 +39,9 @@ {% if req.query.p > 1 %} < Prev {% endif %} + {% if req.query.p > 1 and nodes.length == numOfNodes %} + - + {% endif %} {% if nodes.length == numOfNodes %} Next > {% endif %}