1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-29 16:55:32 +00:00

Fix the list of downloads

This commit is contained in:
Guillaume Ayoub 2016-02-12 22:24:45 +01:00
parent 85bd02932a
commit c8810470eb

View file

@ -27,9 +27,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" | reverse %}
- [Radicale-{{ release.tag_name }}.tar.gz](http://pypi.python.org/packages/source/R/Radicale/Radicale-{{ release.tag_name }}.tar.gz)
{% endfor %}
{% for release in (site.github.releases | where:"draft",false | sort:"created_at" | reverse) %}
- [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