- {% 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 }}
+
+
+
+
+
+
+
{% for icon in site.icons %}
-
+
{% assign name = icon.slug %}
{% include icon.html name=name %}