From ce732a5534a0c289e153b43a7b84c621808a9170 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Mon, 3 Mar 2025 16:58:37 -0700 Subject: [PATCH] Fix: astropy landing shoould use labels vs partners --- communities/astropy.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/communities/astropy.md b/communities/astropy.md index 74b465e4..dfe0e6f7 100644 --- a/communities/astropy.md +++ b/communities/astropy.md @@ -14,9 +14,10 @@ classes: wide community: astropy --- + {% assign pkgs = site.data.packages - | where_exp: "item", "item.partners contains page.community" | sort_natural: 'date_accepted' | reverse + | where_exp: "item", "item.labels contains page.community" | sort_natural: 'date_accepted' | reverse %} {% assign total_packages = pkgs | size %}