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 6698b59 commit 05b0e63Copy full SHA for 05b0e63
communities/astropy.md
@@ -14,9 +14,10 @@ classes: wide
14
community: astropy
15
---
16
17
+
18
{%
19
assign pkgs = site.data.packages
- | where_exp: "item", "item.partners contains page.community" | sort_natural: 'date_accepted' | reverse
20
+ | where_exp: "item", "item.labels contains page.community" | sort_natural: 'date_accepted' | reverse
21
%}
22
23
{% assign total_packages = pkgs | size %}
0 commit comments