From 4309d3410433d3271616d1ba7ec36a2b158ab97b Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Tue, 25 Apr 2017 21:35:57 +0100 Subject: [PATCH] Adds links to icons --- _layouts/default.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 6685fa4c..b900354e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -142,7 +142,7 @@ {% for icon in iconsArray %} {% assign iconArray = icon | split: "," %}
  • - + {% assign filePath = iconArray[3] | prepend: "icons/" | append: ".svg" %} {% include_relative {{ filePath }} %}

    {{ iconArray[5] }}

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

    {{ iconArray[5] }}

    @@ -161,13 +161,6 @@

    #{{ iconArray[4] }}

  • {% endfor %} -