Skip to content

Commit

Permalink
Updated bootstrap references
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Oct 23, 2017
1 parent 0921db9 commit c90f22d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/libs/wp-bootstrap/js/ie10-viewport-bug-workaround.js"></script>
<SCRIPT src="/libs/wp-bootstrap/bower_components/bootstrap-css/bootstrap.min.js"></SCRIPT>
<SCRIPT src="/libs/wp-bootstrap/bower_components/bootstrap-css/js/bootstrap.js"></SCRIPT>
<script src="/libs/wp-rss/js/tooltip.js"></script>
<script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<title><%= currentNode.title %></title>

<!-- Bootstrap core CSS -->
<link href="/libs/wp-bootstrap/bower_components/bootstrap-css/bootstrap.min.css" rel="stylesheet">
<link href="/libs/wp-bootstrap/bower_components/bootstrap-css/css/bootstrap.css" rel="stylesheet">

<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="/libs/wp-bootstrap/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<title><%= currentNode.title %></title>

<!-- Bootstrap core CSS -->
<link href="/libs/wp-bootstrap/bower_components/bootstrap-css/bootstrap.min.css" rel="stylesheet">
<link href="/libs/wp-bootstrap/bower_components/bootstrap-css/css/bootstrap.css" rel="stylesheet">

<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="/libs/wp-bootstrap/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<title><%= currentNode.title %></title>

<!-- Bootstrap core CSS -->
<link href="/libs/wp-bootstrap/bower_components/bootstrap-css/bootstrap.min.css" rel="stylesheet">
<link href="/libs/wp-bootstrap/bower_components/bootstrap-css/css/bootstrap.css" rel="stylesheet">

<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="/libs/wp-bootstrap/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
Expand Down

0 comments on commit c90f22d

Please sign in to comment.