Skip to content

Commit

Permalink
Page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Borstein committed Jan 8, 2015
1 parent 7bd9328 commit 6e72f20
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions _layouts/page.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
<!DOCTYPE html>
<html>

<!-- HEAD -->
{% include head.html %}

<body id="page" class="{{ page.body-class }} no-js">

<!-- HEADER -->
{% include header.html %}

<main>
<div class="page">
<!-- CONTENT -->
<main>
<div class="section page">
<div class="site-width">

{{ content }}

</div>
</div>
</main>

{% include footer.html %}
<!-- FOOTER -->
<div class="section footer">
{% include footer.html %}
</div>

<!-- FOOT -->
{% include foot.html %}
Expand Down

0 comments on commit 6e72f20

Please sign in to comment.