Commit 41ef649a authored by Mark Otto's avatar Mark Otto

no need for scrollspy in example template

parent b1d4c589
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
{% include header.html %} {% include header.html %}
<!-- Place anything custom after this. --> <!-- Place anything custom after this. -->
</head> </head>
<body data-spy="scroll" data-target=".bs-docs-sidebar"> <body>
<!-- Page content of course! --> <!-- Page content of course! -->
{{ content }} {{ content }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment