mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
index.md: include repo-table.html
This commit is contained in:
parent
6aa2391361
commit
94d9f94b92
1 changed files with 1 additions and 8 deletions
9
index.md
9
index.md
|
|
@ -33,11 +33,4 @@ Here is a list of different repositories we provide.
|
|||
|
||||
### Repositories
|
||||
|
||||
| Name | Distributions | Description |
|
||||
| :--- | :------------ | :---------- |
|
||||
{%- assign repos = site.repos | sort: 'sequence' -%}
|
||||
{%- for repo in repos -%}
|
||||
{%- assign url = repo.url | relative_url -%}
|
||||
{%- assign dists = site.packages | where: 'Repo', repo.slug | group_by: 'Archive' %}
|
||||
| [{{ repo.title }}]({{ url }}) | {% include dist-list.html baseurl=url list=dists %} | {{ repo.description }} |
|
||||
{%- endfor %}
|
||||
{% include repo-table.html %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue