Make everything more consistent
This commit is contained in:
@ -10,15 +10,16 @@ layout: compress
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
{% include sidebar.html %}
|
||||
|
||||
|
||||
<div class="main-wrapper">
|
||||
{{content}}
|
||||
</div><!--//main-body-->
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include footer.html %}
|
||||
{% include footer.html %}
|
||||
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
|
||||
|
Reference in New Issue
Block a user