From: Chris Rebert Date: Thu, 3 Jul 2014 20:05:48 +0000 (-0700) Subject: use non-minified Bootstrap CSS on non-gh-pages X-Git-Tag: v3.3.0~365^2^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b46d4d8c1f19bac7405518cb09bc11dbe7e40b7;p=thirdparty%2Fbootstrap.git use non-minified Bootstrap CSS on non-gh-pages --- diff --git a/docs/_includes/header.html b/docs/_includes/header.html index e60853ef49..414221f1c7 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -14,7 +14,11 @@ +{% if site.github %} +{% else %} + +{% endif %} {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %}