From a515191afddb3952fa93c6aacf83c73c8024e069 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 29 Oct 2014 06:46:02 +0200 Subject: Customizer: include the minified files only on GitHub pages. --- docs/_includes/footer.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index ef68da3eb..c6ad43cd5 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -46,7 +46,17 @@ {% endif %} {% if page.slug == "customize" %} +{% if site.github %} +{% else %} + + + + + + + +{% endif %} {% endif %} -- cgit v1.2.3