show all repos

This commit is contained in:
Ben Harris 2022-03-25 15:32:49 -04:00
parent da81333caf
commit 73879b96a6
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ $parser = wiki::factory(true);
<div class="col-md-6">
<h2 id="projects">~projects~</h2>
<?php foreach (json_decode(file_get_contents("https://tildegit.org/api/v1/orgs/team/repos")) ?? [] as $repo):
<?php foreach (json_decode(file_get_contents("https://tildegit.org/api/v1/orgs/team/repos?limit=100")) ?? [] as $repo):
if ($repo->archived) continue; ?>
<div class="list-group">