aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorwangsai <[email protected]>2013-10-30 00:13:35 +0800
committerwangsai <[email protected]>2013-10-30 00:13:35 +0800
commitee9663728417dfbe9575d376c4fd2563a3787428 (patch)
treed0d19c4326faebcb5630363f8c3ac7bd77c0b1cf /examples
parenta23740ec03a9c0f37224985c81be00f942ca6d28 (diff)
downloadbootstrap-ee9663728417dfbe9575d376c4fd2563a3787428.tar.xz
bootstrap-ee9663728417dfbe9575d376c4fd2563a3787428.zip
remove unused `{{ page.base_url }}` variables, and fix the urls
Diffstat (limited to 'examples')
-rw-r--r--examples/carousel/index.html2
-rw-r--r--examples/grid/index.html2
-rw-r--r--examples/jumbotron-narrow/index.html2
-rw-r--r--examples/jumbotron/index.html2
-rw-r--r--examples/justified-nav/index.html2
-rw-r--r--examples/navbar-fixed-top/index.html2
-rw-r--r--examples/navbar-static-top/index.html2
-rw-r--r--examples/navbar/index.html2
-rw-r--r--examples/non-responsive/index.html2
-rw-r--r--examples/offcanvas/index.html2
-rw-r--r--examples/signin/index.html2
-rw-r--r--examples/starter-template/index.html2
-rw-r--r--examples/sticky-footer-navbar/index.html2
-rw-r--r--examples/sticky-footer/index.html2
-rw-r--r--examples/theme/index.html2
15 files changed, 15 insertions, 15 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html
index 7cea9bb4f..14674eebc 100644
--- a/examples/carousel/index.html
+++ b/examples/carousel/index.html
@@ -14,7 +14,7 @@
<link href="../../dist/css/bootstrap.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/grid/index.html b/examples/grid/index.html
index d3159e631..be1e39c1f 100644
--- a/examples/grid/index.html
+++ b/examples/grid/index.html
@@ -17,7 +17,7 @@
<link href="grid.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html
index d0d6175f1..3f6e68908 100644
--- a/examples/jumbotron-narrow/index.html
+++ b/examples/jumbotron-narrow/index.html
@@ -17,7 +17,7 @@
<link href="jumbotron-narrow.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html
index 59896e662..b4cd6ed57 100644
--- a/examples/jumbotron/index.html
+++ b/examples/jumbotron/index.html
@@ -17,7 +17,7 @@
<link href="jumbotron.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html
index 3b40fd324..c2cf0ca13 100644
--- a/examples/justified-nav/index.html
+++ b/examples/justified-nav/index.html
@@ -17,7 +17,7 @@
<link href="justified-nav.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html
index 6b38d7bff..e6b3a096d 100644
--- a/examples/navbar-fixed-top/index.html
+++ b/examples/navbar-fixed-top/index.html
@@ -17,7 +17,7 @@
<link href="navbar-fixed-top.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html
index a17594e0c..098cd4d98 100644
--- a/examples/navbar-static-top/index.html
+++ b/examples/navbar-static-top/index.html
@@ -17,7 +17,7 @@
<link href="navbar-static-top.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/navbar/index.html b/examples/navbar/index.html
index e8f35179b..612f491e9 100644
--- a/examples/navbar/index.html
+++ b/examples/navbar/index.html
@@ -17,7 +17,7 @@
<link href="navbar.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html
index 52776e3fc..517d874b1 100644
--- a/examples/non-responsive/index.html
+++ b/examples/non-responsive/index.html
@@ -19,7 +19,7 @@
<link href="non-responsive.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html
index e08a86b69..1fc5c551e 100644
--- a/examples/offcanvas/index.html
+++ b/examples/offcanvas/index.html
@@ -17,7 +17,7 @@
<link href="offcanvas.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/signin/index.html b/examples/signin/index.html
index 085b36a70..72110751f 100644
--- a/examples/signin/index.html
+++ b/examples/signin/index.html
@@ -17,7 +17,7 @@
<link href="signin.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html
index 112634e15..a3d8b98d7 100644
--- a/examples/starter-template/index.html
+++ b/examples/starter-template/index.html
@@ -17,7 +17,7 @@
<link href="starter-template.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html
index 4bc220136..52bc60506 100644
--- a/examples/sticky-footer-navbar/index.html
+++ b/examples/sticky-footer-navbar/index.html
@@ -17,7 +17,7 @@
<link href="sticky-footer-navbar.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/sticky-footer/index.html b/examples/sticky-footer/index.html
index a5b14822e..b52754df9 100644
--- a/examples/sticky-footer/index.html
+++ b/examples/sticky-footer/index.html
@@ -17,7 +17,7 @@
<link href="sticky-footer.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/theme/index.html b/examples/theme/index.html
index 2573bb31d..69388544c 100644
--- a/examples/theme/index.html
+++ b/examples/theme/index.html
@@ -19,7 +19,7 @@
<link href="theme.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>