Merge pull request #5118 from XhmikosR/site-valid-html

Merge pull request 5118
This commit is contained in:
jekyllbot 2016-07-21 11:42:42 -07:00 committed by GitHub
commit e5028d505b
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>