mirror of
https://github.com/eosswedenorg/apt
synced 2026-07-03 11:53:42 +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
|
### Repositories
|
||||||
|
|
||||||
| Name | Distributions | Description |
|
{% include repo-table.html %}
|
||||||
| :--- | :------------ | :---------- |
|
|
||||||
{%- 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 %}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue