]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/blog/base.html
blog: Add RSS feed URL to header
[ipfire.org.git] / src / templates / blog / base.html
index a561ca11af444f770b538c79b1c095f8c4166399..466afdb85922b8eb9667814c025042aeddf82df6 100644 (file)
@@ -1,5 +1,9 @@
 {% extends "../base.html" %}
 
+{% block head %}
+       <link rel="alternate" type="application/rss+xml" title="RSS" href="https://blog.ipfire.org/feed.xml" />
+{% end block %}
+
 {% block subtitle %}{{ _("Blog") }}{% end block %}
 
 {% block menu %}