diff --git a/_includes/footer-scripts.html b/_includes/footer-scripts.html index e8da1e8..8c57857 100644 --- a/_includes/footer-scripts.html +++ b/_includes/footer-scripts.html @@ -1,10 +1,3 @@ - - -{% if page.common-ext-js %} - {% for js in page.common-ext-js %} - - {% endfor %} -{% endif %} {% if layout.common-ext-js %} {% for js in layout.common-ext-js %} @@ -16,22 +9,12 @@ {% endfor %} {% endif %} -{% if layout.ext-js %} - {% for js in layout.ext-js %} - - {% endfor %} -{% endif %} {% if page.js %} {% for js in page.js %} {% endfor %} {% endif %} -{% if layout.js %} - {% for js in layout.js %} - - {% endfor %} -{% endif %} {% if layout.common-js %} {% for js in layout.common-js %} @@ -47,19 +30,5 @@ {% endif %} {% endfor %} {% endif %} -{% if page.common-js %} - {% for js in page.common-js %} - - {% if js contains 'jquery' %} - - {% else %} - - {% endif %} - {% endfor %} -{% endif %} {% include google_analytics.html %}