mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-13 18:50:53 +00:00
Fix the order of the download links
This commit is contained in:
parent
6daffdb21b
commit
ad72c218c3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ You can also download
|
||||||
|
|
||||||
You can download the Radicale package for each release:
|
You can download the Radicale package for each release:
|
||||||
|
|
||||||
{% assign releases = site.github.releases | where:"draft",false | reverse %}
|
{% assign releases = site.github.releases | where:"draft",false | sort:"created_at" | reverse %}
|
||||||
{% for release in releases %}
|
{% for release in releases %}
|
||||||
- [Radicale-{{ release.tag_name }}.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-{{ release.tag_name }}.tar.gz){% endfor %}
|
- [Radicale-{{ release.tag_name }}.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-{{ release.tag_name }}.tar.gz){% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue