aboutsummaryrefslogtreecommitdiff
path: root/src/tags.html
blob: e850d310b1b7e79e0ac84a1f23a066e201816d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: default
---

<div class="container">
	<div class="box">
		<table class="table">
			{% for icon in site.icons %}
			<tr>
				<td class="td-1">{% include icon.html name=icon.slug %}</td>
				<th>{{ icon.slug }}</th>
				<td>{{ icon.tags | join: ', ' }}</td>
				<td>{{ icon.version }}</td>
			</tr>
			{% endfor %}
		</table>
	</div>
</div>