From 0ddc68b4b93552bd36770b80367df3b23c0273f2 Mon Sep 17 00:00:00 2001
From: Cole Bemis {{ include.category | replace: '-', ' '}}
+
+ {% capture category_path %}icons/{{ include.category }}{% endcapture %}
+ {% for icon in site.static_files %}
+ {% if icon.path contains category_path %}
+ {% include icon.html icon=icon %}
+ {% endif %}
+ {% endfor %}
+
+
v{{ site.data.package.version }} - - - {{ site.data.manifest | size }} icons
\ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index a77e424..1872654 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,4 +1,4 @@ -Simply beautiful open source icons
diff --git a/_includes/icon.html b/_includes/icon.html new file mode 100644 index 0000000..cb541a2 --- /dev/null +++ b/_includes/icon.html @@ -0,0 +1,14 @@ +{{ include.icon.basename }}
+ + Download + +{{ icon }}
- - Download - -