mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Update index.html: more xontribs to show
This commit is contained in:
parent
c1e9186fe3
commit
48be4891a2
1 changed files with 1 additions and 1 deletions
2
docs/_templates/index.html
vendored
2
docs/_templates/index.html
vendored
|
@ -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 += '<div class="col-lg-3 col-md-6"><div class="product-single text-center"><div class="prod-details"><p><a href="' + repo['html_url'] + '" target="_blank">'+repo['name']+'</a></p><p>' + sentence(repo['description']) + '<div class="icon"><i class="icofont-star"></i>' + repo['stargazers_count'] + '</div> </p></div></div></div>';
|
||||
});
|
||||
$( "#github_xontribs" ).hide();
|
||||
|
|
Loading…
Add table
Reference in a new issue