Merge pull request #5118 from XhmikosR/site-valid-html
Merge pull request 5118
This commit is contained in:
commit
e5028d505b
|
@ -1,4 +1,4 @@
|
|||
<footer role="contentinfo">
|
||||
<footer>
|
||||
<div class="grid">
|
||||
<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>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<header role="banner">
|
||||
<header>
|
||||
<nav class="mobile-nav show-on-mobiles">
|
||||
{% include primary-nav-items.html %}
|
||||
</nav>
|
||||
|
|
Loading…
Reference in New Issue