Skip to content

Commit c5b0e6e

Browse files
committed
Update page
1 parent 980a156 commit c5b0e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ yet supported, such as
1818
</p>
1919
</div>
2020

21-
<h2>Android Build Status: {{ stats.success_packages | times: 100 | divided_by: stats.total_packages }}%</h2>
22-
2321
{% assign items = site.data.android %}
2422
{% assign stats = site.data.android_stats %}
2523

24+
<h2>Android Build Status: {{ stats.success_packages | times: 100 | divided_by: stats.total_packages }}%</h2>
25+
2626
Of the <b>{{ stats.total_packages | number_format:"#,##0" }}</b> packages that are successfully building for
2727
<a href="https://swiftpackageindex.com/search?query=platform:linux">Linux</a>,
2828
<b>{{ stats.success_packages | number_format:"#,##0" }}</b>

0 commit comments

Comments
 (0)