diff --git a/index.html b/index.html index bafe7cfe..3e581576 100644 --- a/index.html +++ b/index.html @@ -410,5 +410,19 @@ Use GitHub for requests, corrections and contributions.
Share this on Twitter! + {% assign allIconNames = "" %} + {% for icon in iconsArray %} + {% assign iconArray = icon | split: "," %} + {% capture allIconNames %}{{ allIconNames }}"{{ iconArray[3] }}",{% endcapture %} + {% endfor %} + {% for icon in greyscaleIconsArray %} + {% assign iconArray = icon | split: "," %} + {% capture allIconNames %}{{ allIconNames }}"{{ iconArray[1] }}"{% unless forloop.last %},{% endunless %}{% endcapture %} + {% endfor %} +