Suppress Bootstrap files from being converted by 'jekyll-assets'.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<title>{{ site.title }}</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
{% stylesheet bootstrap %}
|
||||
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
{% stylesheet theme %}
|
||||
@@ -32,8 +32,8 @@
|
||||
================================================== -->
|
||||
<!-- 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>
|
||||
{% javascript bootstrap %}
|
||||
{% javascript holder %}
|
||||
<script src="/assets/js/bootstrap.min.js"></script>
|
||||
<script src="/assets/js/holder.js"></script>
|
||||
|
||||
<!-- Tablesorter jQuery plugin -->
|
||||
{% javascript jquery.tablesorter %}
|
||||
|
Reference in New Issue
Block a user