Add a link for Atom feeds

This commit is contained in:
Bat
2018-09-01 21:16:38 +01:00
parent 97c0b533ab
commit 52860efa85
3 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -23,7 +23,10 @@
</p>
<section>
<h2>{{ "Latest articles" | _ }}</h2>
<h2>
{{ "Latest articles" | _ }}
<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>
{% endif %}