From 3db680efcfa87ec56b039ec1802d309d334904bd Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 28 Feb 2020 12:14:03 +0100 Subject: icon manager js --- index.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index cb8efeb..2442165 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ {% include icon.html name=last-icon.slug %} {% endcapture %} -
+
@@ -74,7 +74,7 @@
{% for icon in site.icons %} - + {% assign name = icon.slug %} {% include icon.html name=name %} @@ -84,10 +84,13 @@
+ -- cgit v1.2.1