From d9f356f05f2993896e9648c8c2f3d319448a011c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Jul 2014 13:06:54 -0700 Subject: [PATCH] use non-minified BS Theme CSS on non-gh-pages --- docs/_includes/header.html | 4 ++++ 1 file changed, 4 insertions(+) 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 %} -- 2.47.2