no need for scrollspy in example template

This commit is contained in:
Mark Otto 2013-02-14 23:07:36 -08:00
parent b1d4c589c5
commit 41ef649aa3
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}