diary nav links use absolute paths; gave main pages unique titles
This commit is contained in:
+2
-1
@@ -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-->
|
||||
|
||||
Reference in New Issue
Block a user