1
0
Fork 0
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:
Henrik Hautakoski 2020-04-27 15:52:28 +02:00
parent 6aa2391361
commit 94d9f94b92

View file

@ -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 %}