Restructure default template to include page content wrap
This commit is contained in:
parent
8fa48b492e
commit
d5ea6e47dd
|
@ -5,15 +5,15 @@
|
|||
|
||||
<body>
|
||||
|
||||
<div class="site">
|
||||
{% include header.html %}
|
||||
|
||||
{% include header.html %}
|
||||
<div class="page-content">
|
||||
<div class="wrap">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ content }}
|
||||
|
||||
{% include footer.html %}
|
||||
|
||||
</div>
|
||||
{% include footer.html %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue