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] }}