From 131bf7d3bde59ab13d79246cfd25d1c58853afe2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 29 Feb 2020 16:31:01 +0100 Subject: icons --- index.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index e54a3bdc..a0e48712 100644 --- a/index.html +++ b/index.html @@ -77,11 +77,12 @@
{{ first-icon }} Link
+ -
+
{% for icon in site.icons %} {% assign name = icon.slug %} @@ -91,10 +92,22 @@ {% endfor %}
+ +
+
+ {% for icon in site.icons %} + {% assign name = icon.slug %} + + {% include icon.html name=name %} + + {% endfor %} +
+
+
- +