Commit 3a50ce35 authored by Chris Rebert's avatar Chris Rebert

fix #8745: fix html5shiv & respond.js script links in docs

parent f3cff49d
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="/assets/js/html5shiv.js"></script> <script src="{{ page.base_url }}assets/js/html5shiv.js"></script>
<script src="/assets/js/respond.min.js"></script> <script src="{{ page.base_url }}assets/js/respond.min.js"></script>
<![endif]--> <![endif]-->
<!-- Favicons --> <!-- Favicons -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment