diary nav links use absolute paths; gave main pages unique titles

This commit is contained in:
chimchooree
2020-10-03 13:50:30 -05:00
parent 25d6a9093a
commit 7bb825de1f
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
<div class="dir-row"> </div>
<div class="diary-dir">
<center>
<%
if page <= 0:
page = 0
@@ -24,6 +24,7 @@
% if page <= total - limit:
<a href=/diary/{{total-1}}>last</a>
% end
</center>
</div>
<!--left column-->