We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7366a44 commit 4f5c57dCopy full SHA for 4f5c57d
_layouts/default.html
@@ -164,8 +164,8 @@ <h1 class="author-name">{{ site.author }}</h1>
164
165
<!-- Bootstrap core JavaScript -->
166
<!-- Placed at the end of the document so the pages load faster -->
167
- <script src="/static/js/bootstrap.min.js"></script>
168
- <script src="/static/js/jquery-migrate-1.2.1.min.js"></script>
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+ <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
169
<script src="/static/js/bootstrap.min.js"></script>
170
<script src="/static/js/super-search.js"></script>
171
<script src="/static/js/thickbox-compressed.js"></script>
0 commit comments