mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-18 04:50:03 +02:00
Update to handle new package format.
This commit is contained in:
parent
e5c05d739f
commit
5991690910
4 changed files with 25 additions and 33 deletions
|
|
@ -12,7 +12,7 @@
|
|||
{%- for repo in repos -%}
|
||||
<tr>
|
||||
{%- assign url = repo.url | relative_url -%}
|
||||
{%- assign dists = site.packages | where: 'Repo', repo.slug | group_by: 'Archive' %}
|
||||
{%- assign dists = site.packages | where: 'repo', repo.slug | group_by: 'distribution' %}
|
||||
<td style="text-align: left"><a href="{{ url }}">{{ repo.title }}</a></td>
|
||||
<td style="text-align: left">{% include dist-list.html baseurl=url list=dists %}</td>
|
||||
<td style="text-align: left">{{ repo.description }}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue