diff options
| author | Mark Otto <[email protected]> | 2015-08-04 23:39:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-04 23:39:51 -0700 |
| commit | 95b0ec18f42fd99a278dcf580e62bd8de321a2e1 (patch) | |
| tree | 9ee06ecd4341378cc769d53c4378887c4099d8c8 /docs/_layouts/default.html | |
| parent | 60a045634c20bf1806a52e6e8a520d6db4371849 (diff) | |
| download | bootstrap-95b0ec18f42fd99a278dcf580e62bd8de321a2e1.tar.xz bootstrap-95b0ec18f42fd99a278dcf580e62bd8de321a2e1.zip | |
new global navbar for all docs pages
Diffstat (limited to 'docs/_layouts/default.html')
| -rw-r--r-- | docs/_layouts/default.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 2a1d159ba..274f51f8d 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,7 +1,6 @@ <!DOCTYPE html> <html lang="en"> <head> - <!-- Meta, title, CSS, favicons, etc. --> {% include header.html %} </head> <body class="bd-docs" data-spy="scroll" data-target=".bd-sidenav-active"> @@ -11,6 +10,8 @@ </div> </a> + {% include nav-home.html %} + {{ content }} {% include footer.html %} |
