From: Chris Rebert Date: Thu, 3 Jul 2014 20:06:54 +0000 (-0700) Subject: use non-minified BS Theme CSS on non-gh-pages X-Git-Tag: v3.3.0~365^2^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9f356f05f2993896e9648c8c2f3d319448a011c;p=thirdparty%2Fbootstrap.git use non-minified BS Theme CSS on non-gh-pages --- diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 414221f1c7..a98495416b 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" %} +{% if site.github %} +{% else %} + +{% endif %} {% endif %}