Skip to content

Commit 3c5360d

Browse files
committed
Page update
1 parent 54c56b9 commit 3c5360d

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

index.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,3 @@ title: Swift Everywhere: Android Build Status
1010
ITEMS: {{ items }}
1111
<p>
1212

13-
<!--
14-
{% assign sorted_items = items | sort: 'stars' | reverse %}
15-
16-
<table>
17-
<thead>
18-
<tr>
19-
<th>Repository</th>
20-
<th>Build</th>
21-
<th>Stars</th>
22-
</tr>
23-
</thead>
24-
<tbody>
25-
{% for item in sorted_items %}
26-
<tr>
27-
<td>{{ item.repo }}</td>
28-
<td>{{ item.status }}</td>
29-
<td>{{ item.stars }}</td>
30-
</tr>
31-
{% endfor %}
32-
</tbody>
33-
</table>
34-
35-
-->
36-

0 commit comments

Comments
 (0)