diff options
| author | Chris Rebert <[email protected]> | 2014-07-03 13:05:48 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-03 13:05:48 -0700 |
| commit | 6b46d4d8c1f19bac7405518cb09bc11dbe7e40b7 (patch) | |
| tree | 1013dfe062ac87d682105eb3b5d1f860937483ae /docs/_includes/header.html | |
| parent | 456bd67da84fcdcdffa7f2124673812db0552ba8 (diff) | |
| download | bootstrap-6b46d4d8c1f19bac7405518cb09bc11dbe7e40b7.tar.xz bootstrap-6b46d4d8c1f19bac7405518cb09bc11dbe7e40b7.zip | |
use non-minified Bootstrap CSS on non-gh-pages
Diffstat (limited to 'docs/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index e60853ef4..414221f1c 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -14,7 +14,11 @@ </title> <!-- Bootstrap core CSS --> +{% if site.github %} <link href="../dist/css/bootstrap.min.css" rel="stylesheet"> +{% else %} +<link href="../dist/css/bootstrap.css" rel="stylesheet"> +{% endif %} {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} <!-- Optional Bootstrap Theme --> <link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.min.css" rel="stylesheet" id="bs-theme-stylesheet"> |
