Make everything more consistent

This commit is contained in:
Nelson Estevão
2018-07-29 13:22:23 +01:00
parent 412b5e4a0e
commit 1f9bcbecc8
7 changed files with 39 additions and 27 deletions

View File

@ -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>