Skip to content

Commit

Permalink
Map "contentinfo" role to HTML5 footer element
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Suttle committed Aug 12, 2013
1 parent f47a190 commit 1355c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- Callout for the old docs link -->
{% include old-bs-docs.html %}

<div class="container" role="contentinfo">
<footer class="container" role="contentinfo">
{% include social-buttons.html %}

<ul class="bs-masthead-links">
Expand All @@ -34,7 +34,7 @@
<a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Bootstrap Expo</a>
</li>
</ul>
</div>
</footer>

<!-- JS and analytics only. -->
{% include footer.html %}
Expand Down

0 comments on commit 1355c58

Please sign in to comment.