From 94d9f94b92d842fd6404265bf29b204ace438bb0 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 27 Apr 2020 15:52:28 +0200 Subject: [PATCH] index.md: include repo-table.html --- index.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/index.md b/index.md index aa424b9..0bed488 100644 --- a/index.md +++ b/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 %}