From 92fd25a2a29dbef6b47ba932e9ba836150b93eeb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Jul 2014 13:18:44 -0700 Subject: use non-minified docs JS on non-gh-pages --- docs/_includes/footer.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_includes/footer.html') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 0bb3eafd3..cebd0ee7b 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -34,7 +34,11 @@ +{% if site.github %} +{% else %} + +{% endif %} {% if page.slug == "customize" %} {% endif %} -- cgit v1.2.3 From 1dc54dc160d4352d894550c7c5d3f68c475ba2cf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Jul 2014 13:28:30 -0700 Subject: use non-minified Bootstrap JS when on non-gh-pages --- docs/_includes/footer.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/_includes/footer.html') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index cebd0ee7b..f962d19cc 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -33,10 +33,16 @@ ================================================== --> +{% if site.github %} +{% else %} + +{% endif %} {% if site.github %} {% else %} + + {% endif %} {% if page.slug == "customize" %} -- cgit v1.2.3 From 9742bb2ee46f7a41fd162ec6fedb995e0c70c2f1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 27 Jul 2014 17:01:34 -0700 Subject: Fix #14164: move Windows Phone 8 IE10 viewport bug workaround script to footer of pages --- docs/_includes/footer.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/_includes/footer.html') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index f962d19cc..75fb572e0 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -48,6 +48,8 @@ {% if page.slug == "customize" %} {% endif %} + + {% comment %} Inject Twitter widgets asynchronously. Snippet snipped from Twitter's -- cgit v1.2.3