2017-11-05 19:55:16 +03:00
|
|
|
{% assign tags = site.data.tags[include.icon.basename] | split: ", " | join " " %}
|
2017-05-30 03:05:49 +03:00
|
|
|
<li>
|
|
|
|
<a
|
|
|
|
href="{{ include.icon.path }}"
|
2017-07-10 23:20:47 +03:00
|
|
|
class="icon flex flex-row items-center dib pa3 pa4-ns br1 no-underline dark-gray bg-near-white bg-animate hover-bg-light-gray"
|
2017-05-30 03:05:49 +03:00
|
|
|
download
|
|
|
|
onclick="ga('send', 'event', 'download', 'click', '{{ include.icon.basename }}');">
|
|
|
|
<span class="svg flex-none lh-none">{% include_relative {{ include.icon.path }} %}</span>
|
2017-11-05 19:55:16 +03:00
|
|
|
<span class="icon-name ml3 lh-copy f6 f5-ns tc black-60 ellipse">{{ include.icon.basename }}</span>
|
|
|
|
<span class="icon-tags dn">{{tags}}</span>
|
2017-05-30 03:05:49 +03:00
|
|
|
</a>
|
|
|
|
</li>
|