diff --git a/themes/briar/layouts/partials/head.html b/themes/briar/layouts/partials/head.html
index bd8ae2caae4ccc876ed27f00f3f100a0da207c26..fc9314f34047a4c87b5cc2799e0a205605a09872 100644
--- a/themes/briar/layouts/partials/head.html
+++ b/themes/briar/layouts/partials/head.html
@@ -11,7 +11,9 @@
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <meta name="flattr:id"
         content="{{ with .Param "flatterid" }}{{ . }}{{ end }}">
+  <link href="/news/index.xml" rel="alternate" type="application/rss+xml" title="Briar News" />
+  <link href="/index.xml" rel="alternate" type="application/rss+xml" title="Briar - All changes" />
   {{ if .RSSLink }}
-  <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
+  <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ with .Title }}{{ . }} - {{ end }} {{ .Site.Title }}" />
   {{ end }}
 </head>