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 %}