Skip to content

Commit d13cfa0

Browse files
committed
Page update
1 parent d877bba commit d13cfa0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

index.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,14 @@ title: Swift Everywhere: Android Build Status
77
{% assign items = site.data.android %}
88

99
<p>
10-
Items
10+
List of Android builds
1111
<p>
1212

13-
<pre>
14-
{% for object in items | sort: 'stars' %}
1513
<dl>
16-
{% for object in objects %}
14+
{% for object in items | sort: 'stars' %}
1715
<dt>Object names: {{ object }}</dt>
1816
<dd>propertyA: {{ object.propertyA }}</dd>
1917
<dd>propertyB: {{ object.propertyB }}</dd>
20-
{% endfor %}
21-
</dl>
2218
{% endfor %}
23-
</pre>
2419

2520

0 commit comments

Comments
 (0)