filling out right end of nav uses proper numbers; lots of test articles

This commit is contained in:
chimchooree
2020-10-04 10:10:42 -05:00
parent 4b0957f165
commit d1cc68c50d
339 changed files with 16394 additions and 1 deletions
+1 -1
View File
@@ -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