Add ARIA landmark roles

Fixes #44
This commit is contained in:
Oliver Davies 2018-05-13 00:13:06 +01:00
parent a8f5a33227
commit 9bfa9a5bd4
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
<footer class="border-t border-grey-lighter pt-4 mt-4">
<footer class="border-t border-grey-lighter pt-4 mt-4" role="contentinfo">
<p>
&copy; 2010-{{ 'now'|date('Y') }} {{ site.title }}. Built with <a href="https://sculpin.io">Sculpin</a> and <a href="https://tailwindcss.com">Tailwind CSS</a>.
</p>