From 4796b6129cbc4ab9dda4f2740a32c2c37662e2b3 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sat, 4 Jun 2016 01:49:32 -0700 Subject: [PATCH] Update footer-scripts.html --- _includes/footer-scripts.html | 31 ------------------------------- 1 file changed, 31 deletions(-) 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 %}