]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/blog/base.html
RSS: Change feed to Atom format
[ipfire.org.git] / src / templates / blog / base.html
index 723d702403eb6cb07600fe3ddf9cff7be3477356..14f7576f7df63d2cf5f2e5a449a42fa332bb1250 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "../base.html" %}
 
 {% block head %}
-       <link rel="alternate" type="application/rss+xml" title="RSS" href="https://blog.ipfire.org/feed.xml" />
+       <link rel="alternate" type="application/atom+xml" title="RSS" href="https://blog.ipfire.org/feed.xml" />
        {% block meta %}{% end block %}
 {% end block %}