From 27bab3ccc8cb4cbdb59ed59904cfc33ffc1c0f23 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 28 Feb 2020 11:47:08 +0100 Subject: simple icon manager --- index.html | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 56 insertions(+), 4 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 45cbb94..0ae728e 100644 --- a/index.html +++ b/index.html @@ -14,14 +14,66 @@
-
-
- {% include icon.html name="arrow-left" %} + + {% assign last-icon = site.icons | sort: date | reverse | first %} + {% capture last-icon %} + {% include icon.html name=last-icon.slug %} + {% endcapture %} + +
+
+ +
+
+ {{ last-icon }} +
+
+
+
+ +
+ + + +
+ +
+ + {{ last-icon }} +
+ +
+ {{ last-icon }} + +
+ +
+
{{ last-icon }}
+
{{ last-icon }}
+
+ + + +
+ +
{% for icon in site.icons %} -
+
{% assign name = icon.slug %} {% include icon.html name=name %}
-- cgit v1.2.1