diff options
Diffstat (limited to 'docs/_layouts')
| -rw-r--r-- | docs/_layouts/default.html | 2 | ||||
| -rw-r--r-- | docs/_layouts/home.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index a4092e8f4..829c7c7a6 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -7,7 +7,7 @@ <body class="bs-docs"> <a class="sr-only sr-only-focusable" href="#content">Skip to main content</a> - {% include nav/docs.html %} + {% include docs-nav.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 e2ab84b01..9934cb284 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -8,7 +8,7 @@ <a class="sr-only sr-only-focusable" href="#content">Skip to main content</a> <!-- Docs master nav --> - {% include nav/home.html %} + {% include home-nav.html %} <!-- Page content of course! --> {{ content }} |
