added space for header, dates, and articles to dir space under articles

This commit is contained in:
chimchooree
2020-10-07 20:21:54 -05:00
parent 2e66f0ea93
commit 7945b82210
3 changed files with 38 additions and 8 deletions
+12
View File
@@ -8,4 +8,16 @@
% include diary-boxes.tpl
<div class="dir-row">
<div class="dir-header">
{{!header}}
</div>
<div class="dir-date">
{{!dates}}
</div>
<div class="dir-articles">
{{!articles}}
</div>
</div>
<div class="footer-row"> </div>