Skip to content

Commit 05b0e63

Browse files
authored
Fix: astropy landing shoould use labels vs partners (#576)
1 parent 6698b59 commit 05b0e63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

communities/astropy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ classes: wide
1414
community: astropy
1515
---
1616

17+
1718
{%
1819
assign pkgs = site.data.packages
19-
| 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
2021
%}
2122

2223
{% assign total_packages = pkgs | size %}

0 commit comments

Comments
 (0)