summaryrefslogtreecommitdiffstats
path: root/templates/html
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-24 20:33:47 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-24 20:33:47 -0400
commit3fb2de96494836636fed52dd15bfeb2015ae0418 (patch)
treee759cde52b705a543f8ee8219fc664d973ec0e1b /templates/html
parent1c67c70b7084c172fea7d25038235fdfeab98291 (diff)
templates/html/article.html: Wrap around .main div.
Diffstat (limited to 'templates/html')
-rw-r--r--templates/html/article.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/html/article.html b/templates/html/article.html
index 28d9b73..e5276c3 100644
--- a/templates/html/article.html
+++ b/templates/html/article.html
@@ -7,6 +7,8 @@
<!--#include virtual="/includes/body-open.html"-->
<!--#include virtual="/includes/navbar.html"-->
+<!-- start main -->
+<div class="main">
<section class="article section">
<div class="container">
@@ -32,6 +34,9 @@
</div>
</section>
+</div>
+<!-- end main -->
+
<!--#include virtual="/includes/footer.html"-->
<!--#include virtual="/includes/js.html"-->
<!--#include virtual="/includes/body-close.html"-->