Use Atom feed instead of RSS

This commit is contained in:
Felipe S. S. Schneider
2020-05-02 14:58:05 -03:00
parent 12d183b4c1
commit 353f49ca84
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
</a>
{% endif %}
{% endfor %}
<a class="sidebar-nav-item" href="{{ FEED_ALL_RSS }}">
<a class="sidebar-nav-item" href="{{ FEED_ALL_ATOM }}">
<i class="fas fa-rss"></i>
</a>
</nav>