aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-01-19 15:25:49 -0800
committerMark Otto <[email protected]>2015-01-19 15:25:49 -0800
commitd8c94029d32eada821ba094f7e948c718c5ef8f1 (patch)
treea887aaf11ff8eb2489bc05a0fc46177e7f7a2a11 /docs
parentfaedb7fec47388a02e7eb4afa0e7140bb76aa6be (diff)
downloadbootstrap-d8c94029d32eada821ba094f7e948c718c5ef8f1.tar.xz
bootstrap-d8c94029d32eada821ba094f7e948c718c5ef8f1.zip
move around files
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/nav-docs.html (renamed from docs/_includes/docs-nav.html)0
-rw-r--r--docs/_includes/nav-home.html (renamed from docs/_includes/home-nav.html)0
-rw-r--r--docs/_layouts/default.html2
-rw-r--r--docs/_layouts/home.html2
4 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/docs-nav.html b/docs/_includes/nav-docs.html
index 6b3564cd9..6b3564cd9 100644
--- a/docs/_includes/docs-nav.html
+++ b/docs/_includes/nav-docs.html
diff --git a/docs/_includes/home-nav.html b/docs/_includes/nav-home.html
index ae9b66d91..ae9b66d91 100644
--- a/docs/_includes/home-nav.html
+++ b/docs/_includes/nav-home.html
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 713ef08ff..89de0a212 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -11,7 +11,7 @@
</div>
</a>
- {% include docs-nav.html %}
+ {% include nav-docs.html %}
<div class="bs-docs-header" id="content">
<div class="bs-docs-container">
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html
index dfe723f4d..6940d91b8 100644
--- a/docs/_layouts/home.html
+++ b/docs/_layouts/home.html
@@ -12,7 +12,7 @@
</a>
<!-- Docs master nav -->
- {% include home-nav.html %}
+ {% include nav-home.html %}
<!-- Page content of course! -->
{{ content }}