mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 19:20:23 +00:00
no need for scrollspy in example template
This commit is contained in:
parent
b1d4c589c5
commit
41ef649aa3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue