diff options
| author | Mark Otto <[email protected]> | 2014-01-20 22:12:02 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-20 22:12:02 -0600 |
| commit | e4f33a91d9969edbddc369230965b3a5628f24ac (patch) | |
| tree | ff3724fa51b93296c8b3b69e126fcded36159d16 /docs/_includes/header.html | |
| parent | 317aa8092dcbf182ef3bdcc8d0222096fc6a51ea (diff) | |
| parent | ebc4f998dccf0d709a143348c02777d9c4695abb (diff) | |
| download | bootstrap-e4f33a91d9969edbddc369230965b3a5628f24ac.tar.xz bootstrap-e4f33a91d9969edbddc369230965b3a5628f24ac.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
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 || []; |
