Switch to side-by-side view

--- a/ForgeTracker/forgetracker/templates/ticket.html
+++ b/ForgeTracker/forgetracker/templates/ticket.html
@@ -12,6 +12,8 @@
     <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/>
     <title>${ticket.shorthand_id()}</title>
     <link rel="stylesheet" type="text/css" href="${g.app_static('css/hilite.css')}"/>
+    <link rel="alternate" type="application/rss+xml" title="RSS" href="feed.rss"/>
+    <link rel="alternate" type="application/atom+xml" title="Atom" href="feed.atom"/>
     <style>
         .hidden { display: None }
         .ticket-num { font-size:20pt }