diff options
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 %} |
