Skip to content

Commit

Permalink
fix twbs#8745: fix html5shiv & respond.js script links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Jul 29, 2013
1 parent f3cff49 commit 3a50ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="/assets/js/html5shiv.js"></script>
<script src="/assets/js/respond.min.js"></script>
<script src="{{ page.base_url }}assets/js/html5shiv.js"></script>
<script src="{{ page.base_url }}assets/js/respond.min.js"></script>
<![endif]-->

<!-- Favicons -->
Expand Down

0 comments on commit 3a50ce3

Please sign in to comment.