filling out right end of nav uses proper numbers; lots of test articles
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@
|
||||
|
||||
% if page <= 2 and max_pages > page + 3:
|
||||
% for j in range(cluster - page):
|
||||
<a href=/diary/{{page + j + 3}}>{{page + j + 3}}</a>
|
||||
<a href=/diary/{{page + j + cluster + 1}}><b>{{page + j + cluster + 1}}</b></a>
|
||||
% end
|
||||
% end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user