Skip to content

Commit 980a156

Browse files
committed
Update page
1 parent 2f2ce1e commit 980a156

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: default
3-
title: Swift Everywhere: Android Build Status
3+
title: Swift Everywhere Android Build Status
44
---
55

6-
<h1>{{ page.title }}</h1>
6+
<h2>{{ page.title }}</h2>
77

88
<div>
99
<p>
1010
<small>
11-
This page acts as a supplement to the
11+
This site acts as a supplement to the
1212
<a href="https://swiftpackageindex.com">Swift Package Index</a>
1313
by providing build status for alternative platforms that are not
1414
yet supported, such as
@@ -18,7 +18,7 @@ yet supported, such as
1818
</p>
1919
</div>
2020

21-
<h2>Android Build Status</h2>
21+
<h2>Android Build Status: {{ stats.success_packages | times: 100 | divided_by: stats.total_packages }}%</h2>
2222

2323
{% assign items = site.data.android %}
2424
{% assign stats = site.data.android_stats %}

0 commit comments

Comments
 (0)