diff --git a/_includes/scripts.html--ignore b/_includes/scripts.html--ignore new file mode 100644 index 0000000..7baa01e --- /dev/null +++ b/_includes/scripts.html--ignore @@ -0,0 +1,28 @@ +{% if site.footer_scripts %} + {% for script in site.footer_scripts %} + {% if script contains "://" %} + {% capture script_path %}{{ script }}{% endcapture %} + {% else %} + {% capture script_path %}{{ script | relative_url }}{% endcapture %} + {% endif %} + + {% endfor %} +{% else %} + +