diff options
Diffstat (limited to 'docs/_layouts/customize.html')
| -rw-r--r-- | docs/_layouts/customize.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/_layouts/customize.html b/docs/_layouts/customize.html new file mode 100644 index 000000000..31a5647eb --- /dev/null +++ b/docs/_layouts/customize.html @@ -0,0 +1,30 @@ +<!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"> + + <!-- Docs master nav --> + {% include nav-main.html %} + + <!-- Docs page layout --> + <div class="container bs-docs-container"> + {{ content }} + + <!-- Quick back to top --> + <a href="#welcome" class="bs-docs-top"> + Back to top + </a> + + <!-- Main docs footer (social buttons, copyright, etc). --> + {% include colophon.html %} + </div> + + <!-- JS and analytics only. --> + {% include footer.html %} + + </body> +</html> |
