mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 07:20:23 +00:00
fix #8745: fix html5shiv & respond.js script links in docs
This commit is contained in:
parent
f3cff49d6d
commit
3a50ce3596
1 changed files with 2 additions and 2 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue