Skip to content

Commit

Permalink
Merge pull request #217 from github/cdn-to-local-dependency
Browse files Browse the repository at this point in the history
Replace CDN Bootstrap paths with local ones. Closes #214.
  • Loading branch information
Jordan McCullough committed Sep 11, 2014
2 parents b29152c + ddc98cc commit e9bef82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/site.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<script type="text/javascript" src="{{ page.leadingpath }}js/jquery.min.js"></script>

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ page.leadingpath }}_javascript/bootstrap-3.2.0-dist/css/bootstrap.min.css">

<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="{{ page.leadingpath }}_javascript/bootstrap-3.2.0-dist/css/bootstrap-theme.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="{{ page.leadingpath }}_javascript/bootstrap-3.2.0-dist/js/bootstrap.min.js"></script>


<!--Scrollsnap-->
Expand Down

0 comments on commit e9bef82

Please sign in to comment.