From 1e85b4eedb191fe7683ac7f21b8ff1a78cea2179 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 27 Apr 2020 15:46:48 +0200 Subject: [PATCH] Adding _includes/repo-table.html --- _includes/repo-table.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _includes/repo-table.html diff --git a/_includes/repo-table.html b/_includes/repo-table.html new file mode 100644 index 0000000..4d0705f --- /dev/null +++ b/_includes/repo-table.html @@ -0,0 +1,22 @@ + + + + + + + + + + + {%- 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' %} + + + + + {%- endfor %} + +
NameDistributionsDescription
{{ repo.title }}{% include dist-list.html baseurl=url list=dists %}{{ repo.description }}