From 21262e4c375a1328b4567ea434cf8dcfd97b5573 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Wed, 27 Feb 2019 23:12:20 +0100 Subject: [PATCH] added more social bits --- _includes/scripts.html--ignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _includes/scripts.html--ignore 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 %} + +