diff options
| author | Mark Otto <[email protected]> | 2013-02-14 23:07:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-14 23:07:36 -0800 |
| commit | 41ef649aa31745537674908d2f4d4f161f4867a5 (patch) | |
| tree | 65013c5689b5064536249205d0ab3ddb5e18a4fa /docs/_layouts/example.html | |
| parent | b1d4c589c5cb7b001a70423768e88a2548583eee (diff) | |
| download | bootstrap-41ef649aa31745537674908d2f4d4f161f4867a5.tar.xz bootstrap-41ef649aa31745537674908d2f4d4f161f4867a5.zip | |
no need for scrollspy in example template
Diffstat (limited to 'docs/_layouts/example.html')
| -rw-r--r-- | docs/_layouts/example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/example.html b/docs/_layouts/example.html index 481440124..38510f13a 100644 --- a/docs/_layouts/example.html +++ b/docs/_layouts/example.html @@ -5,7 +5,7 @@ {% include header.html %} <!-- Place anything custom after this. --> </head> - <body data-spy="scroll" data-target=".bs-docs-sidebar"> + <body> <!-- Page content of course! --> {{ content }} |
