Remove div.container from the default html template

This commit is contained in:
Wlodek Bzyl 2013-07-16 14:26:24 +02:00 committed by Parker Moore
parent fbecb6b875
commit ece35e5e36
1 changed files with 21 additions and 23 deletions

View File

@ -15,7 +15,6 @@
</head> </head>
<body> <body>
<div class="container">
<div class="site"> <div class="site">
<div class="header"> <div class="header">
<h1 class="title"><a href="/">{{ site.name }}</a></h1> <h1 class="title"><a href="/">{{ site.name }}</a></h1>
@ -40,7 +39,6 @@
</div> </div>
</div> </div>
</div> </div>
</div> <!-- /container -->
</body> </body>
</html> </html>