1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00

Convert reStructuredText to Markdown

This commit is contained in:
Unrud 2017-06-21 09:58:46 +02:00
parent 9759719e1a
commit 58c552bc5d
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ $ python3 -m radicale --config "" --storage-filesystem-folder=~/.var/lib/radical
<p>
Latest version of {{ site.title }} is {{ latest_release.tag_name }},
released on {{ latest_release.created_at | date: "%B %-d, %Y" }}
(<a href="https://github.com/Kozea/{{ site.title }}/blob/master/NEWS.rst">changelog</a>).
(<a href="https://github.com/Kozea/{{ site.title }}/blob/master/NEWS.md">changelog</a>).
</p>
<aside><a href="{{ site.baseurl }}/news/">Read latest news…</a></aside>
</section>

View file

@ -10,7 +10,7 @@ permalink: /news/
<p>
Latest version of {{ site.title }} is {{ latest_release.tag_name }},
released on {{ latest_release.created_at | date: "%B %-d, %Y" }}
(<a href="https://github.com/Kozea/{{ site.title }}/blob/master/NEWS.rst">changelog</a>).
(<a href="https://github.com/Kozea/{{ site.title }}/blob/master/NEWS.md">changelog</a>).
</p>
{% for post in site.posts %}