Skip to content

Commit

Permalink
fixes bad path to old CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiezlk authored Feb 16, 2017
1 parent 54653c1 commit b29c69f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _includes/themes/bootstrap-3/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Bootstrap styles -->
<link href="{{ ASSET_PATH }}/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="{{ ASSET_PATH }}/bootstrap-3/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Optional theme -->
<link href="{{ ASSET_PATH }}/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="{{ ASSET_PATH }}/bootstrap-3/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
<!-- Sticky Footer -->
<link href="{{ ASSET_PATH }}/bootstrap/css/bs-sticky-footer.css" rel="stylesheet">
<link href="{{ ASSET_PATH }}/bootstrap-3/bootstrap/css/bs-sticky-footer.css" rel="stylesheet">

<!-- Custom styles -->
<link href="{{ ASSET_PATH }}/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">
<link href="{{ ASSET_PATH }}/bootstrap-3/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
Expand Down Expand Up @@ -93,6 +93,6 @@
<!-- Latest compiled and minified JavaScript, requires jQuery 1.x (2.x not supported in IE8) -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script><!--https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js-->
<script src="{{ ASSET_PATH }}/bootstrap/js/bootstrap.min.js"></script>
<script src="{{ ASSET_PATH }}/bootstrap-3/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>

0 comments on commit b29c69f

Please sign in to comment.