mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Try to fix lists of releases
This commit is contained in:
parent
264651c88e
commit
1fea0a8e42
3 changed files with 7 additions and 15 deletions
|
@ -26,10 +26,8 @@ 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" %}
|
||||
{% for release in site.github.releases where:"draft",false sort:"created_at" reversed %}
|
||||
- [Radicale-{{ release.tag_name }}.tar.gz](http://pypi.python.org/packages/source/R/Radicale/Radicale-{{ release.tag_name }}.tar.gz){% endfor %}
|
||||
{% endif %}
|
||||
|
||||
## Linux Distribution Packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue