<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>
© <time datetime="{{ site.time | date_to_xmlschema}}">{{ site.time | date: '%Y' }}</time>. All rights reserved.
</small>
- </div>
+ </footer>
</div>
</body>