We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c737a commit 11f0d31Copy full SHA for 11f0d31
index.md
@@ -4,14 +4,14 @@ title: Swift Everywhere: Android Build Status
4
---
5
<h1>{{ page.title }}</h1>
6
7
-{% assign items = site.data.android %}
+{% assign items = site.data.android | last %}
8
9
<p>
10
List of Android builds
11
12
13
<dl>
14
-{% for object in items | last %}
+{% for object in items %}
15
<dt>Object names: {{ object }}</dt>
16
<dd>repo: {{ object.repo }}</dd>
17
<dd>created: {{ object.created }}</dd>
0 commit comments