diff options
| author | wangsai <[email protected]> | 2013-10-30 00:13:35 +0800 |
|---|---|---|
| committer | wangsai <[email protected]> | 2013-10-30 00:13:35 +0800 |
| commit | ee9663728417dfbe9575d376c4fd2563a3787428 (patch) | |
| tree | d0d19c4326faebcb5630363f8c3ac7bd77c0b1cf /examples/theme | |
| parent | a23740ec03a9c0f37224985c81be00f942ca6d28 (diff) | |
| download | bootstrap-ee9663728417dfbe9575d376c4fd2563a3787428.tar.xz bootstrap-ee9663728417dfbe9575d376c4fd2563a3787428.zip | |
remove unused `{{ page.base_url }}` variables, and fix the urls
Diffstat (limited to 'examples/theme')
| -rw-r--r-- | examples/theme/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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]> |
