site: fix validation errors.

This commit is contained in:
XhmikosR 2016-07-19 09:10:32 +03:00
parent dbea0c5389
commit b6044aebd6
2 changed files with 2 additions and 2 deletions

View File

@ -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 />&copy;&nbsp;{{ site.time | date: '%Y' }} under the terms of the <a href="{{ site.repository }}/blob/master/LICENSE">MIT&nbsp;License</a>.</p> <p>The contents of this website are <br />&copy;&nbsp;{{ site.time | date: '%Y' }} under the terms of the <a href="{{ site.repository }}/blob/master/LICENSE">MIT&nbsp;License</a>.</p>

View File

@ -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>