From: Mark Otto Date: Tue, 30 May 2017 20:25:26 +0000 (-0700) Subject: rename files X-Git-Tag: v4.0.0-beta~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92cfca79b1189b4cd89a8b71ba517466e0826bf3;p=thirdparty%2Fbootstrap.git rename files --- diff --git a/_includes/nav-home.html b/_includes/docs-navbar.html similarity index 100% rename from _includes/nav-home.html rename to _includes/docs-navbar.html diff --git a/_includes/nav-docs.html b/_includes/docs-sidebar.html similarity index 100% rename from _includes/nav-docs.html rename to _includes/docs-sidebar.html 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 @@ - {% include nav-home.html %} + {% include docs-navbar.html %}
{{ 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 @@ - {% include nav-home.html %} + {% include docs-navbar.html %}
- {% include nav-docs.html %} + {% include docs-sidebar.html %}

{{ page.title }}

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 @@
- {% include nav-home.html %} + {% include docs-navbar.html %} {{ content }}