mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-01 02:05:35 -05:00
Restructure default template to include page content wrap
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user