aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-20 22:55:45 -0700
committerMark Otto <[email protected]>2013-10-20 22:55:45 -0700
commit2eec3f919e7bd7ee847c2631ae9c53515cac1c8f (patch)
treeb9dd9c6b61fcb72aafe47dd85beac8cfb9da4fe2 /_layouts/default.html
parentab3d0a27b3d93eebff3852728f94ddc4fcb35199 (diff)
parent6585c5898a47deb2df5f7db4f9ef3fe8fa1e5a4a (diff)
downloadbootstrap-2eec3f919e7bd7ee847c2631ae9c53515cac1c8f.tar.xz
bootstrap-2eec3f919e7bd7ee847c2631ae9c53515cac1c8f.zip
Merge branch 'master' into pr/10656
Conflicts: dist/css/bootstrap.min.css
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 3f1276e4e..a2c26a22a 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -3,10 +3,9 @@
<head>
<!-- Meta, title, CSS, favicons, etc. -->
{% include header.html %}
- <!-- Place anything custom after this. -->
</head>
<body>
- <a class="sr-only" href="#content">Skip navigation</a>
+ <a class="sr-only" href="#content">Skip to main content</a>
<!-- Docs master nav -->
{% include nav-main.html %}
@@ -38,6 +37,8 @@
{% include nav-javascript.html %}
{% elsif page.slug == "customize" %}
{% include nav-customize.html %}
+ {% elsif page.slug == "about" %}
+ {% include nav-about.html %}
{% endif %}
</ul>
</div>