diff options
| author | Chris Rebert <[email protected]> | 2014-01-19 22:50:09 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-19 22:50:09 -0800 |
| commit | f59573db0d4dd6f7f1e3b2c62058298de771a257 (patch) | |
| tree | d406949851150a88d6e3c04586e7af2193663dfa /docs/_includes/header.html | |
| parent | 4120aadd68ddd15d2b8f0cddc9c72118caec9923 (diff) | |
| download | bootstrap-f59573db0d4dd6f7f1e3b2c62058298de771a257.tar.xz bootstrap-f59573db0d4dd6f7f1e3b2c62058298de771a257.zip | |
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 || []; |
