Fix link of the Atom feed for blogs

Fixes #192
This commit is contained in:
Bat 2018-09-03 21:06:57 +01:00
parent 32a4949f25
commit 133356191a
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@
<p>
{{ "{{ count }} articles in this blog" | _n(singular="One article in this blog", count = n_articles) }}
</p>
<section>
<h2>
{{ "Latest articles" | _ }}
<small><a href="/@/{{ blog.fqn }}/atom.xml"><i title="Atom feed" class="fa fa-rss"></i></a></small>
<small><a href="/~/{{ blog.fqn }}/atom.xml"><i title="Atom feed" class="fa fa-rss"></i></a></small>
</h2>
{% if posts | length < 1 %}
<p>{{ "No posts to see here yet." | _ }}</p>