aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/home.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/home.html b/_layouts/home.html
index 6beee6c54..2d04e5f73 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -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">
@@ -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 %}