Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-05-30 23:25:26 +0300
committerMark Otto <markdotto@gmail.com>2017-05-30 23:25:26 +0300
commit92cfca79b1189b4cd89a8b71ba517466e0826bf3 (patch)
treeebe0a190b504ab24092b07fa8d9cf29735d4ed04 /_layouts
parentf8d1dc4d04fa341c2900de9a2ea01f3ecd8753b2 (diff)
rename files
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
-rw-r--r--_layouts/docs.html4
-rw-r--r--_layouts/home.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index d5e6b10b43..0292da9fd8 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -10,7 +10,7 @@
</div>
</a>
- {% include nav-home.html %}
+ {% include docs-navbar.html %}
<main id="content" role="main">
{{ content }}
diff --git a/_layouts/docs.html b/_layouts/docs.html
index 26ba91aae7..feecf38759 100644
--- a/_layouts/docs.html
+++ b/_layouts/docs.html
@@ -10,12 +10,12 @@
</div>
</a>
- {% include nav-home.html %}
+ {% include docs-navbar.html %}
<div class="container-fluid">
<div class="row flex-xl-nowrap">
<div class="col-12 col-md-3 col-xl-2 bd-sidebar">
- {% include nav-docs.html %}
+ {% include docs-sidebar.html %}
</div>
<main class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
<h1 class="bd-title" id="content">{{ page.title }}</h1>
diff --git a/_layouts/home.html b/_layouts/home.html
index 64eabadb11..6405134e27 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -10,7 +10,7 @@
</div>
</a>
- {% include nav-home.html %}
+ {% include docs-navbar.html %}
{{ content }}