From d8c94029d32eada821ba094f7e948c718c5ef8f1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Jan 2015 15:25:49 -0800 Subject: [PATCH] move around files --- docs/_includes/{docs-nav.html => nav-docs.html} | 0 docs/_includes/{home-nav.html => nav-home.html} | 0 docs/_layouts/default.html | 2 +- docs/_layouts/home.html | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename docs/_includes/{docs-nav.html => nav-docs.html} (100%) rename docs/_includes/{home-nav.html => nav-home.html} (100%) diff --git a/docs/_includes/docs-nav.html b/docs/_includes/nav-docs.html similarity index 100% rename from docs/_includes/docs-nav.html rename to docs/_includes/nav-docs.html diff --git a/docs/_includes/home-nav.html b/docs/_includes/nav-home.html similarity index 100% rename from docs/_includes/home-nav.html rename to docs/_includes/nav-home.html diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 713ef08fff..89de0a2122 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -11,7 +11,7 @@ - {% include docs-nav.html %} + {% include nav-docs.html %}
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index dfe723f4da..6940d91b83 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -12,7 +12,7 @@ - {% include home-nav.html %} + {% include nav-home.html %} {{ content }}