aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/default.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-16 19:32:08 -0700
committerMark Otto <[email protected]>2014-03-16 19:32:08 -0700
commitb004c9ac393671489720be06739f01e5c1bec7fe (patch)
tree9e9eb06810eab665ea677596c613112be3b1bfa3 /docs/_layouts/default.html
parentb7ab7998248696392d3d4c4b1335ef2b6b10d29f (diff)
downloadbootstrap-b004c9ac393671489720be06739f01e5c1bec7fe.tar.xz
bootstrap-b004c9ac393671489720be06739f01e5c1bec7fe.zip
Rename and organize nav partials for cleaner file structure
Diffstat (limited to 'docs/_layouts/default.html')
-rw-r--r--docs/_layouts/default.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 70746f6cf..ec05d83ce 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -8,7 +8,7 @@
<a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
<!-- Docs master nav -->
- {% include nav-main.html %}
+ {% include nav/main.html %}
<!-- Docs page layout -->
<div class="bs-docs-header" id="content">
@@ -29,19 +29,19 @@
<div class="bs-docs-sidebar hidden-print" role="complementary">
<ul class="nav bs-docs-sidenav">
{% if page.slug == "getting-started" %}
- {% include nav-getting-started.html %}
+ {% include nav/getting-started.html %}
{% elsif page.slug == "css" %}
- {% include nav-css.html %}
+ {% include nav/css.html %}
{% elsif page.slug == "components" %}
- {% include nav-components.html %}
+ {% include nav/components.html %}
{% elsif page.slug == "js" %}
- {% include nav-javascript.html %}
+ {% include nav/javascript.html %}
{% elsif page.slug == "customize" %}
- {% include nav-customize.html %}
+ {% include nav/customize.html %}
{% elsif page.slug == "about" %}
- {% include nav-about.html %}
+ {% include nav/about.html %}
{% elsif page.slug == "migration" %}
- {% include nav-migration.html %}
+ {% include nav/migration.html %}
{% endif %}
</ul>
<a class="back-to-top" href="#top">