Skip to content

Commit

Permalink
Use <header>, <main>, and <footer>
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarrick committed Aug 21, 2014
1 parent bbc0e37 commit b545c89
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,22 @@
<body>

<div class="container content">
<div class="masthead">
<header class="masthead">
<h3 class="masthead-title">
<a href="{{ site.baseurl }}" title="Home">{{ site.title }}</a>
<small>{{ site.tagline }}</small>
</h3>
</div>
</header>

{{ content }}
<main>
{{ content }}
</main>

<div class="footer">
<footer class="footer">
<small>
&copy; <time datetime="{{ site.time | date_to_xmlschema}}">{{ site.time | date: '%Y' }}</time>. All rights reserved.
</small>
</div>
</footer>
</div>

</body>
Expand Down

0 comments on commit b545c89

Please sign in to comment.