use non-minified BS Theme CSS on non-gh-pages
This commit is contained in:
parent
6b46d4d8c1
commit
d9f356f05f
1 changed files with 4 additions and 0 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue