From d8c94029d32eada821ba094f7e948c718c5ef8f1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Jan 2015 15:25:49 -0800 Subject: move around files --- docs/_includes/docs-nav.html | 55 -------------------------------------------- docs/_includes/home-nav.html | 18 --------------- docs/_includes/nav-docs.html | 55 ++++++++++++++++++++++++++++++++++++++++++++ docs/_includes/nav-home.html | 18 +++++++++++++++ docs/_layouts/default.html | 2 +- docs/_layouts/home.html | 2 +- 6 files changed, 75 insertions(+), 75 deletions(-) delete mode 100644 docs/_includes/docs-nav.html delete mode 100644 docs/_includes/home-nav.html create mode 100644 docs/_includes/nav-docs.html create mode 100644 docs/_includes/nav-home.html (limited to 'docs') diff --git a/docs/_includes/docs-nav.html b/docs/_includes/docs-nav.html deleted file mode 100644 index 6b3564cd9..000000000 --- a/docs/_includes/docs-nav.html +++ /dev/null @@ -1,55 +0,0 @@ - diff --git a/docs/_includes/home-nav.html b/docs/_includes/home-nav.html deleted file mode 100644 index ae9b66d91..000000000 --- a/docs/_includes/home-nav.html +++ /dev/null @@ -1,18 +0,0 @@ - diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html new file mode 100644 index 000000000..6b3564cd9 --- /dev/null +++ b/docs/_includes/nav-docs.html @@ -0,0 +1,55 @@ + diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html new file mode 100644 index 000000000..ae9b66d91 --- /dev/null +++ b/docs/_includes/nav-home.html @@ -0,0 +1,18 @@ + diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 713ef08ff..89de0a212 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 dfe723f4d..6940d91b8 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -12,7 +12,7 @@ - {% include home-nav.html %} + {% include nav-home.html %} {{ content }} -- cgit v1.2.3