From 5ed687d5437e9d5b6997e26c300f98573912f7c1 Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Thu, 5 May 2016 08:54:10 -0500 Subject: [PATCH] move jquery to the head for docs site only so that our example html can include scripts on ready --- docs/_includes/footer.html | 5 +++-- docs/_includes/header.html | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 1b2534d7..72157e73 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -17,13 +17,14 @@ + {% if site.data.minified %} - + {% else %} - + {% endif %} diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 97e019b3..3eea9336 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -28,3 +28,11 @@ ga('send', 'pageview'); --> + + + +{% if site.data.minified %} + +{% else %} + +{% endif %}