mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-18 04:50:03 +02:00
Sort repos by "sequence" key.
This commit is contained in:
parent
88789f98d2
commit
722301f9de
6 changed files with 7 additions and 1 deletions
3
index.md
3
index.md
|
|
@ -28,7 +28,8 @@ Here is a list of different repositories we provide.
|
|||
|
||||
### Repositories
|
||||
|
||||
{% for repo in site.repos %}
|
||||
{% assign repos = site.repos | sort: 'sequence' %}
|
||||
{% for repo in repos %}
|
||||
* [{{ repo.title }}]({{ repo.url | relative_url }}) - {{ repo.description }}
|
||||
{% endfor %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue