diff options
Diffstat (limited to 'docs/_layouts/default.html')
| -rw-r--r-- | docs/_layouts/default.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html new file mode 100644 index 000000000..536dae1ba --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <!-- Meta, title, CSS, favicons, etc. --> + {% include header.html %} + <!-- Place anything custom after this. --> + </head> + <body data-spy="scroll" data-target=".bs-docs-sidebar"> + + <!-- Main navbar for all docs pages. --> + {% include navbar.html %} + + <!-- Page content of course! --> + {{ content }} + + <!-- Main docs footer (social buttons, copyright, etc). --> + {% include colophon.html %} + + <!-- JS and analytics only. --> + {% include footer.html %} + + </body> +</html>
\ No newline at end of file |
