Skip to content

Commit f2352cc

Browse files
committed
Scrollspy layout includes scripts.html
1 parent 0177f13 commit f2352cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_layouts/scrollspy.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ <h1>{{ page.title }}</h1>
1414
{{ content }}
1515
</div>
1616

17-
<script src="//code.jquery.com/jquery-2.1.0.min.js"></script>
18-
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
19-
<script src="/public/site.js"></script>
17+
{% include scripts.html %}
18+
2019
</body>
2120

2221
{% include footer.html %}

0 commit comments

Comments
 (0)