mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-10 15:07:58 -05:00
15 lines
614 B
HTML
15 lines
614 B
HTML
<!-- Bootstrap core JavaScript
|
|
================================================== -->
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
|
|
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
|
|
<script src="{{ page.base_url }}dist/js/jasny-bootstrap.min.js"></script>
|
|
|
|
<script src="http://platform.twitter.com/widgets.js"></script>
|
|
<script src="{{ page.base_url }}assets/js/docs.min.js"></script>
|
|
|
|
{% if page.slug == "customize" %}
|
|
<script src="../assets/js/customize.min.js"></script>
|
|
{% endif %}
|
|
|