diff options
| author | Mark Otto <[email protected]> | 2017-05-30 13:25:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-30 13:25:26 -0700 |
| commit | 92cfca79b1189b4cd89a8b71ba517466e0826bf3 (patch) | |
| tree | ebe0a190b504ab24092b07fa8d9cf29735d4ed04 /_layouts/docs.html | |
| parent | f8d1dc4d04fa341c2900de9a2ea01f3ecd8753b2 (diff) | |
| download | bootstrap-92cfca79b1189b4cd89a8b71ba517466e0826bf3.tar.xz bootstrap-92cfca79b1189b4cd89a8b71ba517466e0826bf3.zip | |
rename files
Diffstat (limited to '_layouts/docs.html')
| -rw-r--r-- | _layouts/docs.html | 4 |
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> |
