From 9149710c26b7112a786d1c8fb07a01b184916b27 Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Thu, 27 Apr 2017 23:12:22 +0100 Subject: [PATCH] Makes icons links download by default --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a77d3839..2057758e 100644 --- a/index.html +++ b/index.html @@ -343,7 +343,7 @@ {% for icon in iconsArray %} {% assign iconArray = icon | split: "," %}
  • - + {% assign filePath = iconArray[3] | prepend: "icons/" | append: ".svg" %} {% include_relative {{ filePath }} %}

    {{ iconArray[5] }}

    @@ -354,7 +354,7 @@ {% for icon in greyscaleIconsArray %} {% assign iconArray = icon | split: "," %}
  • - + {% assign filePath = iconArray[1] | prepend: "icons/" | append: ".svg" %} {% include_relative {{ filePath }} %}

    {{ iconArray[5] }}