diff options
| author | Chris Rebert <[email protected]> | 2014-07-03 13:06:54 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-03 13:06:54 -0700 |
| commit | d9f356f05f2993896e9648c8c2f3d319448a011c (patch) | |
| tree | 708cead292bad80c49789e052642cfaf95828c54 /docs/_includes/header.html | |
| parent | 6b46d4d8c1f19bac7405518cb09bc11dbe7e40b7 (diff) | |
| download | bootstrap-d9f356f05f2993896e9648c8c2f3d319448a011c.tar.xz bootstrap-d9f356f05f2993896e9648c8c2f3d319448a011c.zip | |
use non-minified BS Theme 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 414221f1c..a98495416 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -21,7 +21,11 @@ {% endif %} {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} <!-- Optional Bootstrap Theme --> +{% if site.github %} <link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.min.css" rel="stylesheet" id="bs-theme-stylesheet"> +{% else %} + <link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.css" rel="stylesheet" id="bs-theme-stylesheet"> +{% endif %} {% endif %} <!-- Documentation extras --> |
