diary is more responsive; motd

This commit is contained in:
chimchooree
2022-11-06 17:45:33 -06:00
parent d16e8d6c4f
commit a20e1e4b87
6 changed files with 91 additions and 29 deletions
+8 -5
View File
@@ -1,7 +1,8 @@
% rebase('frame.tpl')
% import re
<div class="content-grid">
<div class="diary-dir top">
<!-- DIRECTORY -->
<div class="diary-dir">
% max_pages = int((total - 1) / limit)
<%
# page never below 0
@@ -86,7 +87,8 @@
</a>
</div>
</div>
<div class="diary-grid">
<!-- DIARY PAGES -->
<div class="diary-pages">
<span class=title><h1>diary</h1></span>
@@ -125,10 +127,11 @@
</div>
% end
</div>
<!-- SIDEBAR -->
% include diary-boxes.tpl
<div class="diary-dir bottom">
</div>
<!-- DIRECTORY -->
<div class="diary-dir">
% max_pages = int((total - 1) / limit)
<%
# page never below 0