diff options
-rw-r--r-- | _templates/site.mako | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/_templates/site.mako b/_templates/site.mako index 5067113..7aaa3d7 100644 --- a/_templates/site.mako +++ b/_templates/site.mako @@ -9,15 +9,18 @@ <meta name="keywords" content="hackerspace, diy, hackers, workshops, conferences" /> </head> <body> - <div id="content"> + <div id="content" class="content"> ${self.header()} + <div id="main_block"> <div id="prose_block"> ${next.body()} </div><!-- End Prose Block --> </div><!-- End Main Block --> + <div class="push"></div> </div> <!-- End Content --> - <div id="footer"> + + <div id="footer" class="footer"> ${self.footer()} </div> <!-- End Footer --> </body> |