From b793fbb13a8f0cb0fab04de8f7fe732b445e6daf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Jul 2014 13:12:58 -0700 Subject: use non-minified docs CSS on non-gh-pages --- docs/_includes/header.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/_includes/header.html') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index a98495416..6a40f7382 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -29,7 +29,12 @@ {% endif %} +{% if site.github %} +{% else %} + + +{% endif %} -- cgit v1.2.3