From c25bd1f03f24d6e64ea406c0543a09f76f4d9271 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jul 2014 02:25:07 -0700 Subject: [PATCH] restore docs and homepage navs --- docs/_includes/docs-nav.html | 61 ++++++++++++++++++++++++++++++++++++ docs/_includes/home-nav.html | 36 +++++++++++++++++++++ docs/_layouts/default.html | 2 +- docs/_layouts/home.html | 2 +- 4 files changed, 99 insertions(+), 2 deletions(-) create mode 100644 docs/_includes/docs-nav.html create mode 100644 docs/_includes/home-nav.html diff --git a/docs/_includes/docs-nav.html b/docs/_includes/docs-nav.html new file mode 100644 index 0000000000..9d1d6e91f6 --- /dev/null +++ b/docs/_includes/docs-nav.html @@ -0,0 +1,61 @@ + diff --git a/docs/_includes/home-nav.html b/docs/_includes/home-nav.html new file mode 100644 index 0000000000..2f80391b88 --- /dev/null +++ b/docs/_includes/home-nav.html @@ -0,0 +1,36 @@ + diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index a4092e8f40..829c7c7a65 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -7,7 +7,7 @@ Skip to main content - {% include nav/docs.html %} + {% include docs-nav.html %}
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index e2ab84b013..9934cb2849 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -8,7 +8,7 @@ Skip to main content - {% include nav/home.html %} + {% include home-nav.html %} {{ content }}