summaryrefslogtreecommitdiffstats
path: root/static/index.html
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-24 20:34:11 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-24 20:34:11 -0400
commit441d13a7b72f563419ad020d007d6ab224095977 (patch)
tree824071034393b068075e39507f5b949b732c4170 /static/index.html
parent3fb2de96494836636fed52dd15bfeb2015ae0418 (diff)
static/index.html: Wrap around .main div.
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html
index 00a087a..eb86520 100644
--- a/static/index.html
+++ b/static/index.html
@@ -7,6 +7,8 @@
<!--#include virtual="/includes/body-open.html"-->
<!--#include virtual="/includes/navbar.html"-->
+<!-- start main -->
+<div class="main">
<!-- start banner -->
<div class="fsfi-banner">
@@ -182,6 +184,8 @@
</div>
<!-- end artictles section -->
+</div>
+<!-- end main -->
<!--#include virtual="/includes/footer.html"-->
<!--#include virtual="/includes/js.html"-->