aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
-rw-r--r--_layouts/docs.html4
-rw-r--r--_layouts/home.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index d5e6b10b4..0292da9fd 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -10,7 +10,7 @@
</div>
</a>
- {% include nav-home.html %}
+ {% include docs-navbar.html %}
<main id="content" role="main">
{{ content }}
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>
diff --git a/_layouts/home.html b/_layouts/home.html
index 64eabadb1..6405134e2 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -10,7 +10,7 @@
</div>
</a>
- {% include nav-home.html %}
+ {% include docs-navbar.html %}
{{ content }}