diff options
| author | Mark Otto <[email protected]> | 2013-10-30 07:32:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-30 07:32:06 -0700 |
| commit | 9fbbce9b2ddfe46b87c2ef63f965c97c06a502bf (patch) | |
| tree | b29e28410ce58a821d21db445bd0fbd82763de3a /examples/theme/index.html | |
| parent | 697a37e73f30bf2f5897b976ff38a427dd78212e (diff) | |
| parent | ee9663728417dfbe9575d376c4fd2563a3787428 (diff) | |
| download | bootstrap-9fbbce9b2ddfe46b87c2ef63f965c97c06a502bf.tar.xz bootstrap-9fbbce9b2ddfe46b87c2ef63f965c97c06a502bf.zip | |
Merge pull request #11274 from wangsai/fix-examples-urls
remove unused `{{ page.base_url }}` variables, and fix the urls
Diffstat (limited to 'examples/theme/index.html')
| -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]> |
