diff options
Diffstat (limited to 'docs/_layouts/default.html')
| -rw-r--r-- | docs/_layouts/default.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 11b78f3f9..8015c1587 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -7,6 +7,9 @@ </head> <body class="bs-docs-docs" data-spy="scroll" data-target=".bs-docs-sidebar"> + <!-- Docs nav --> + {% include docs-nav.html %} + <!-- Page content of course! --> {{ content }} |
