diff options
| author | Chris Rebert <[email protected]> | 2014-01-20 13:55:07 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-20 13:55:07 -0800 |
| commit | ece15cb010441c2cec7f14eabb82876781b987c8 (patch) | |
| tree | 4227886368a0e120653168b372312b03c8af006d /docs/_includes/header.html | |
| parent | 4380ca434885f33072885e639a2d29cc203771bd (diff) | |
| parent | f59573db0d4dd6f7f1e3b2c62058298de771a257 (diff) | |
| download | bootstrap-ece15cb010441c2cec7f14eabb82876781b987c8.tar.xz bootstrap-ece15cb010441c2cec7f14eabb82876781b987c8.zip | |
Merge pull request #12307 from twbs/bye-site-baseurl
docs: use relative URLs instead of site.baseurl
Diffstat (limited to 'docs/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 8bb49f980..bc262e208 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -14,11 +14,11 @@ </title> <!-- Bootstrap core CSS --> -<link href="{{ site.baseurl }}dist/css/bootstrap.min.css" rel="stylesheet"> +<link href="../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Documentation extras --> -<link href="{{ site.baseurl }}assets/css/pack.min.css" rel="stylesheet"> -<!--[if lt IE 9]><script src="{{ site.baseurl }}assets/js/ie8-responsive-file-warning.js"></script><![endif]--> +<link href="../assets/css/pack.min.css" rel="stylesheet"> +<!--[if lt IE 9]><script src="../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]> @@ -27,8 +27,8 @@ <![endif]--> <!-- Favicons --> -<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="shortcut icon" href="{{ site.baseurl }}assets/ico/favicon.ico"> +<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> + <link rel="shortcut icon" href="../assets/ico/favicon.ico"> <script> var _gaq = _gaq || []; |
