mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-19 05:00:04 +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
|
|
@ -3,7 +3,7 @@ layout: default
|
|||
---
|
||||
|
||||
{% assign id = page.slug %}
|
||||
{% assign dists = site.packages | where: 'Repo', id | group_by: 'Archive' %}
|
||||
{% assign dists = site.packages | where: 'repo', id | group_by: 'distribution' %}
|
||||
|
||||
<h2>{{ page.title }} repository</h2>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue