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
+2 -2
View File
@@ -34,8 +34,8 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js" crossorigin="anonymous"></script>
{% endif %}
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<!-- Atom feed -->
<link rel="alternate" type="application/atom+xml" title="{{ SITENAME }} (Feed)" href="{{ FEED_ALL_ATOM }}" />
{% include 'fragments/google_analytics.html' %}
</head>