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:
parent
9759719e1a
commit
58c552bc5d
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue