diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/nav-docs.html (renamed from docs/_includes/docs-nav.html) | 0 | ||||
| -rw-r--r-- | docs/_includes/nav-home.html (renamed from docs/_includes/home-nav.html) | 0 | ||||
| -rw-r--r-- | docs/_layouts/default.html | 2 | ||||
| -rw-r--r-- | docs/_layouts/home.html | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/docs-nav.html b/docs/_includes/nav-docs.html index 6b3564cd9..6b3564cd9 100644 --- a/docs/_includes/docs-nav.html +++ b/docs/_includes/nav-docs.html diff --git a/docs/_includes/home-nav.html b/docs/_includes/nav-home.html index ae9b66d91..ae9b66d91 100644 --- a/docs/_includes/home-nav.html +++ b/docs/_includes/nav-home.html 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 @@ </div> </a> - {% include docs-nav.html %} + {% include nav-docs.html %} <div class="bs-docs-header" id="content"> <div class="bs-docs-container"> 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 @@ </a> <!-- Docs master nav --> - {% include home-nav.html %} + {% include nav-home.html %} <!-- Page content of course! --> {{ content }} |
