use non-minified Bootstrap CSS on non-gh-pages

This commit is contained in:
Chris Rebert 2014-07-03 13:05:48 -07:00
parent 456bd67da8
commit 6b46d4d8c1
1 changed files with 4 additions and 0 deletions

View File

@ -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">