aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-07-28 23:13:43 -0700
committerChris Rebert <[email protected]>2013-07-28 23:13:43 -0700
commit3a50ce359602b90decf7d038692c28641bcee875 (patch)
tree20c1cc5ce873bb4ab3598c6fb7a1f32394d93132 /_includes
parentf3cff49d6d8e183b5e1b3a54dff360e1e42bbcbe (diff)
downloadbootstrap-3a50ce359602b90decf7d038692c28641bcee875.tar.xz
bootstrap-3a50ce359602b90decf7d038692c28641bcee875.zip
fix #8745: fix html5shiv & respond.js script links in docs
Diffstat (limited to '_includes')
-rw-r--r--_includes/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 0a418d482..b5eff5f5e 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -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 -->