]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
rename files
authorMark Otto <markdotto@gmail.com>
Tue, 30 May 2017 20:25:26 +0000 (13:25 -0700)
committerMark Otto <markdotto@gmail.com>
Tue, 30 May 2017 20:25:26 +0000 (13:25 -0700)
_includes/docs-navbar.html [moved from _includes/nav-home.html with 100% similarity]
_includes/docs-sidebar.html [moved from _includes/nav-docs.html with 100% similarity]
_layouts/default.html
_layouts/docs.html
_layouts/home.html

index d5e6b10b4390a7c0544d7b62ad8ce0566b811d41..0292da9fd847b5aa03c9fb89db1033132cb1ceec 100644 (file)
@@ -10,7 +10,7 @@
       </div>
     </a>
 
-    {% include nav-home.html %}
+    {% include docs-navbar.html %}
 
     <main id="content" role="main">
         {{ content }}
index 26ba91aae75215f2e9f5086a21b30b141ce3b071..feecf3875984586378772e3edb05617a9f9db700 100644 (file)
       </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>
index 64eabadb111c37bd905a906e54ae763929e36b36..6405134e2721154a97876516fd81cc5383a776c7 100644 (file)
@@ -10,7 +10,7 @@
       </div>
     </a>
 
-    {% include nav-home.html %}
+    {% include docs-navbar.html %}
 
     {{ content }}