From 48be4891a2b5742536abfed9786385fad55cb99a Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Wed, 26 Feb 2025 13:05:52 +0600 Subject: [PATCH] Update index.html: more xontribs to show --- docs/_templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_templates/index.html b/docs/_templates/index.html index 64f6b9468..07391993a 100644 --- a/docs/_templates/index.html +++ b/docs/_templates/index.html @@ -719,7 +719,7 @@ chmod +x xonsh-x86_64.AppImage $.get( "https://api.github.com/search/repositories?q=topic:xontrib&sort=stars") .done(function( data ) { xontribs = '' - getRandomSubarray(data['items'], 8).forEach(function (repo, index) { + getRandomSubarray(data['items'], 12).forEach(function (repo, index) { xontribs += '

'+repo['name']+'

' + sentence(repo['description']) + '

' + repo['stargazers_count'] + '

'; }); $( "#github_xontribs" ).hide();