Switch to side-by-side view

--- a/Allura/allura/templates/repo/repo_master.html
+++ b/Allura/allura/templates/repo/repo_master.html
@@ -1,4 +1,9 @@
 {% extends g.theme.master %}
+
+{% block extra_css %}
+    <link rel="alternate" type="application/rss+xml" title="RSS" href="{{c.app.url}}feed.rss"/>
+    <link rel="alternate" type="application/atom+xml" title="Atom" href="{{c.app.url}}feed.atom"/>
+{% endblock %}
 
 {% macro clone_info(repo) %}
   {% if repo %}