0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

fix paths in footer

This commit is contained in:
Mark Otto 2017-07-04 17:16:35 -07:00
parent 21570370be
commit 6513bab359

View File

@ -21,16 +21,16 @@
================================================== --> ================================================== -->
<!-- Placed at the end of the document so the pages load faster --> <!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="{ site.baseurl }}/assets/js/vendor/jquery.min.js"><\/script>')</script> <script>window.jQuery || document.write('<script src="{{ site.baseurl }}/assets/js/vendor/jquery.min.js"><\/script>')</script>
{% if site.github %} {% if site.github %}
<script src="{ site.baseurl }}/dist/js/bootstrap.min.js"></script> <script src="{{ site.baseurl }}/dist/js/bootstrap.min.js"></script>
{% else %} {% else %}
<script src="{ site.baseurl }}/dist/js/bootstrap.js"></script> <script src="{{ site.baseurl }}/dist/js/bootstrap.js"></script>
{% endif %} {% endif %}
{% if site.github %} {% if site.github %}
<script src="{ site.baseurl }}/assets/js/docs.min.js"></script> <script src="{{ site.baseurl }}/assets/js/docs.min.js"></script>
{% else %} {% else %}
{% for file in site.data.configBridge.paths.docsJs %} {% for file in site.data.configBridge.paths.docsJs %}
<script src="{{ file }}"></script> <script src="{{ file }}"></script>