diff options
| author | Mark Otto <[email protected]> | 2013-02-13 23:37:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-13 23:37:08 -0800 |
| commit | d709dba284180679accb6e164686249bdf243211 (patch) | |
| tree | 67a8c2de412ea88d32340666a7fef496f8fc2cd0 /docs/_layouts/example.html | |
| parent | b12ff91d482199ce64a6e2a39a0f1ba58d22de51 (diff) | |
| download | bootstrap-d709dba284180679accb6e164686249bdf243211.tar.xz bootstrap-d709dba284180679accb6e164686249bdf243211.zip | |
Start using some includes; test out some pygments highlighting
Diffstat (limited to 'docs/_layouts/example.html')
| -rw-r--r-- | docs/_layouts/example.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/_layouts/example.html b/docs/_layouts/example.html new file mode 100644 index 000000000..481440124 --- /dev/null +++ b/docs/_layouts/example.html @@ -0,0 +1,17 @@ +<!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"> + + <!-- Page content of course! --> + {{ content }} + + <!-- JS and analytics only. --> + {% include footer.html %} + + </body> +</html>
\ No newline at end of file |
