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/offcanvas | |
| 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/offcanvas')
| -rw-r--r-- | examples/offcanvas/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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]> |
