|
@@ -6,20 +6,22 @@
|
|
<body>
|
|
<body>
|
|
|
|
|
|
<div class="container content">
|
|
<div class="container content">
|
|
- <div class="masthead">
|
|
|
|
|
|
+ <header class="masthead">
|
|
<h3 class="masthead-title">
|
|
<h3 class="masthead-title">
|
|
<a href="{{ site.baseurl }}" title="Home">{{ site.title }}</a>
|
|
<a href="{{ site.baseurl }}" title="Home">{{ site.title }}</a>
|
|
<small>{{ site.tagline }}</small>
|
|
<small>{{ site.tagline }}</small>
|
|
</h3>
|
|
</h3>
|
|
- </div>
|
|
|
|
|
|
+ </header>
|
|
|
|
|
|
- {{ content }}
|
|
|
|
|
|
+ <main>
|
|
|
|
+ {{ content }}
|
|
|
|
+ </main>
|
|
|
|
|
|
- <div class="footer">
|
|
|
|
|
|
+ <footer class="footer">
|
|
<small>
|
|
<small>
|
|
© <time datetime="{{ site.time | date_to_xmlschema}}">{{ site.time | date: '%Y' }}</time>. All rights reserved.
|
|
© <time datetime="{{ site.time | date_to_xmlschema}}">{{ site.time | date: '%Y' }}</time>. All rights reserved.
|
|
</small>
|
|
</small>
|
|
- </div>
|
|
|
|
|
|
+ </footer>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</body>
|