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 980a156 commit c5b0e6eCopy full SHA for c5b0e6e
index.md
@@ -18,11 +18,11 @@ yet supported, such as
18
</p>
19
</div>
20
21
-<h2>Android Build Status: {{ stats.success_packages | times: 100 | divided_by: stats.total_packages }}%</h2>
22
-
23
{% assign items = site.data.android %}
24
{% assign stats = site.data.android_stats %}
25
+<h2>Android Build Status: {{ stats.success_packages | times: 100 | divided_by: stats.total_packages }}%</h2>
+
26
Of the <b>{{ stats.total_packages | number_format:"#,##0" }}</b> packages that are successfully building for
27
<a href="https://swiftpackageindex.com/search?query=platform:linux">Linux</a>,
28
<b>{{ stats.success_packages | number_format:"#,##0" }}</b>
0 commit comments