article uses article css

This commit is contained in:
chimchooree
2020-10-07 16:32:13 -05:00
parent a08d9c6e29
commit 7be0d5fef7
8 changed files with 50 additions and 16 deletions
+2 -3
View File
@@ -1,7 +1,4 @@
% rebase('frame.tpl')
<div class="body-row"> </div>
<!--left column-->
<div class="diary-entry">
@@ -10,3 +7,5 @@
</div>
% include diary-boxes.tpl
<div class="footer-row"> </div>
+12 -1
View File
@@ -1,15 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
% include('header.tpl')
</head>
<body>
<div class="grid">
% include('logo-bar.tpl')
% include('nav.tpl')
<div class="body-row"> </div>
<div class="body-row"> </div>
{{!base}}
</div>
% include('footer.tpl')
</body>
</html>
+4 -4
View File
@@ -1,5 +1,5 @@
<div class="whitespace">
blessfrey.me<br>
</div>
<div class="whitespace"> </div>
<div class="blessfrey-logo"></div>
<div class="blessfrey-logo">
<center>blessfrey.me</center><br>
</div>