Fix RSS feed icon

Closes #289
This commit is contained in:
Baptiste Gelez
2018-10-31 18:17:13 +01:00
parent 67077267cf
commit 57cf55fecc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
{% if recents | length != 0 %}
<h2>
{{ "Latest articles" | _ }}
<small><a href="/@/{{ user.fqn }}/atom.xml"><i title="Atom feed" class="fa fa-rss"></i></a></small>
<small><a href="/@/{{ user.fqn }}/atom.xml" title="Atom feed">{{ macros::feather(name="rss") }}</a></small>
</h2>
<div class="cards">
{% for article in recents %}