Commit d9f356f0 authored by Chris Rebert's avatar Chris Rebert

use non-minified BS Theme CSS on non-gh-pages

parent 6b46d4d8
...@@ -21,7 +21,11 @@ ...@@ -21,7 +21,11 @@
{% endif %} {% endif %}
{% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %}
<!-- Optional Bootstrap Theme --> <!-- 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"> <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 %} {% endif %}
<!-- Documentation extras --> <!-- Documentation extras -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment