aboutsummaryrefslogtreecommitdiff
path: root/_layouts/docs.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/docs.html')
-rw-r--r--_layouts/docs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/docs.html b/_layouts/docs.html
index 26ba91aae..feecf3875 100644
--- a/_layouts/docs.html
+++ b/_layouts/docs.html
@@ -10,12 +10,12 @@
</div>
</a>
- {% include nav-home.html %}
+ {% include docs-navbar.html %}
<div class="container-fluid">
<div class="row flex-xl-nowrap">
<div class="col-12 col-md-3 col-xl-2 bd-sidebar">
- {% include nav-docs.html %}
+ {% include docs-sidebar.html %}
</div>
<main class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
<h1 class="bd-title" id="content">{{ page.title }}</h1>