mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
Change the downloads order
This commit is contained in:
parent
c8810470eb
commit
eb315ab6ef
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ You can also download
|
|||
You can download the Radicale package for each release:
|
||||
|
||||
{% if site.github.releases %}
|
||||
{% for release in (site.github.releases | where:"draft",false | sort:"created_at" | reverse) %}
|
||||
{% for release in site.github.releases | where:"draft",false | sort:"created_at" %}
|
||||
- [Radicale-{{ release.tag_name }}.tar.gz](http://pypi.python.org/packages/source/R/Radicale/Radicale-{{ release.tag_name }}.tar.gz){% endfor %}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue