diff --git a/assets/css/styles.css b/assets/css/styles.css
index cb0b724c4870a902d9730efcec394e9df228dd22..7d604c62be7b9942c664f70a87e3b9e77a2e6961 100644
--- a/assets/css/styles.css
+++ b/assets/css/styles.css
@@ -525,6 +525,10 @@ span.reverse {
   direction: rtl;
 }
 
+.rss-icon {
+    width: 35px;
+}
+
 @media only screen and (max-width:48em) {
     #wrapper {margin-bottom:-5em;}
 
@@ -657,6 +661,10 @@ span.reverse {
     }
 
     #signup {display:none;}
+
+    .rss-icon {
+        width: 25px;
+    }
 }
 
 @media only screen and (max-width:28em) {
diff --git a/static/img/rss-icon.png b/static/img/rss-icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..0131e030d486a86407df6521e4fda858621e3fc2
Binary files /dev/null and b/static/img/rss-icon.png differ
diff --git a/themes/briar/layouts/_default/section.html b/themes/briar/layouts/_default/section.html
index 1115cf46559608671ba3a1c8e0b45fcfb9e4441f..d0638f5c8b57aa58e5aa2a8cef1b7ed18826a157 100644
--- a/themes/briar/layouts/_default/section.html
+++ b/themes/briar/layouts/_default/section.html
@@ -1,5 +1,5 @@
 {{ define "main" }}
-  <h1>{{ with .Title }} {{ . }} {{ else }} {{ .Site.Title }} {{ end }}</h1>
+  <h1>{{ with .Title }} {{ . }} {{ else }} {{ .Site.Title }} {{ end }} <a href="/news/index.xml"> <img src="/img/rss-icon.png" class="rss-icon"/></a></h1>
   {{ .Content }}
   {{ range .Pages.ByDate.Reverse }}
     {{ if not .Params.hide }}
diff --git a/themes/briar/layouts/partials/footer.html b/themes/briar/layouts/partials/footer.html
index 828c855005f356afebef8872b465d64249ebeda3..2ff6913c8b5a38cc5bf0293e694aefad7ad8bcb9 100644
--- a/themes/briar/layouts/partials/footer.html
+++ b/themes/briar/layouts/partials/footer.html
@@ -28,7 +28,7 @@
         <li><a href="/governance">Governance</a></li>
         <li><a href="/code-of-conduct">Code of Conduct</a></li>
         <li><a href="/press">Press</a></li>
-        <li><a href="/news">Blog</a></li>
+        <li><a href="/news">News</a></li>
         <li><a href="/hiring">Jobs</a></li>
         <li>Site design by Reflective Spaces</li>
       </ul>