site: fix validation errors.
This commit is contained in:
parent
dbea0c5389
commit
b6044aebd6
|
@ -1,4 +1,4 @@
|
||||||
<footer role="contentinfo">
|
<footer>
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="unit one-third center-on-mobiles">
|
<div class="unit one-third center-on-mobiles">
|
||||||
<p>The contents of this website are <br />© {{ site.time | date: '%Y' }} under the terms of the <a href="{{ site.repository }}/blob/master/LICENSE">MIT License</a>.</p>
|
<p>The contents of this website are <br />© {{ site.time | date: '%Y' }} under the terms of the <a href="{{ site.repository }}/blob/master/LICENSE">MIT License</a>.</p>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<header role="banner">
|
<header>
|
||||||
<nav class="mobile-nav show-on-mobiles">
|
<nav class="mobile-nav show-on-mobiles">
|
||||||
{% include primary-nav-items.html %}
|
{% include primary-nav-items.html %}
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in New Issue