From 92cfca79b1189b4cd89a8b71ba517466e0826bf3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 30 May 2017 13:25:26 -0700 Subject: [PATCH] rename files --- _includes/{nav-home.html => docs-navbar.html} | 0 _includes/{nav-docs.html => docs-sidebar.html} | 0 _layouts/default.html | 2 +- _layouts/docs.html | 4 ++-- _layouts/home.html | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename _includes/{nav-home.html => docs-navbar.html} (100%) rename _includes/{nav-docs.html => docs-sidebar.html} (100%) 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 }}