]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
move around files
authorMark Otto <markdotto@gmail.com>
Mon, 19 Jan 2015 23:25:49 +0000 (15:25 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 19 Jan 2015 23:25:49 +0000 (15:25 -0800)
docs/_includes/nav-docs.html [moved from docs/_includes/docs-nav.html with 100% similarity]
docs/_includes/nav-home.html [moved from docs/_includes/home-nav.html with 100% similarity]
docs/_layouts/default.html
docs/_layouts/home.html

index 713ef08fff22707eef38a0d6ccb50cfd041afb17..89de0a2122438658d108f4a5ecce7a0be94f4fe8 100644 (file)
@@ -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">
index dfe723f4da64c439b4a9de653a4d842faf1f5175..6940d91b832dc0ad2c999096cc1a8f3c3bb95819 100644 (file)
@@ -12,7 +12,7 @@
     </a>
 
     <!-- Docs master nav -->
-    {% include home-nav.html %}
+    {% include nav-home.html %}
 
     <!-- Page content of course! -->
     {{ content }}