mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Fix orders
This commit is contained in:
parent
1fea0a8e42
commit
2fe6bb3093
3 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ You can also download
|
|||
|
||||
You can download the Radicale package for each release:
|
||||
|
||||
{% for release in site.github.releases where:"draft",false sort:"created_at" reversed %}
|
||||
{% 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 %}
|
||||
|
||||
## Linux Distribution Packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue