Update automated build process

This commit is contained in:
Cole Bemis
2017-05-13 01:50:01 -07:00
parent 6ee713361c
commit b25e6c255b
6 changed files with 28 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<ul class="flex flex-wrap justify-center w-80 w-80-ns center mw8 mv0 pl0 list">
{% for icon in site.data['icons-manifest'] %}
{% for icon in site.data['manifest'] %}
{% capture icon_path %}icons/{{ icon }}.svg{% endcapture %}
<li class="icon relative pa3 ma2 black-90 bg-animate br3 outline-0 pointer">
{% include_relative {{ icon_path }} %}