mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
cards
This commit is contained in:
@@ -31,12 +31,12 @@
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
{% if site.github %}
|
||||
{% if jekyll.environment == "development" %}
|
||||
<script src="{{ site.baseurl }}dist/js/bootstrap.min.js"></script>
|
||||
{% else %}
|
||||
<script src="{{ site.baseurl }}dist/js/bootstrap.js"></script>
|
||||
{% endif %}
|
||||
{% if site.github %}
|
||||
{% if jekyll.environment == "development" %}
|
||||
<script src="{{ site.baseurl }}assets/js/docs.min.js"></script>
|
||||
{% else %}
|
||||
<script src="{{ site.baseurl }}assets/js/vendor/holder.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user