Skip to content

Commit 54c56b9

Browse files
committed
Page update
1 parent 61d23b7 commit 54c56b9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ title: Swift Everywhere: Android Build Status
44
---
55
<h1>{{ page.title }}</h1>
66

7-
{% assign items = site.data.android | map: 'value' %}
7+
{% assign items = site.data.android %}
8+
9+
<p>
10+
ITEMS: {{ items }}
11+
<p>
12+
13+
<!--
814
{% assign sorted_items = items | sort: 'stars' | reverse %}
915
1016
<table>
@@ -25,3 +31,6 @@ title: Swift Everywhere: Android Build Status
2531
{% endfor %}
2632
</tbody>
2733
</table>
34+
35+
-->
36+

0 commit comments

Comments
 (0)