diff bitsyblog/templates/blog.html @ 33:89f5158ef191

enable RSS on user blogs and index page
author k0s <k0scist@gmail.com>
date Sun, 01 Nov 2009 01:38:57 -0400
parents 4ac11f7992c6
children 7e7fbdc64cc1
line wrap: on
line diff
--- a/bitsyblog/templates/blog.html	Sun Nov 01 01:31:36 2009 -0400
+++ b/bitsyblog/templates/blog.html	Sun Nov 01 01:38:57 2009 -0400
@@ -15,6 +15,8 @@
             title="${sheet}"/>
     </py:for>
 
+    <link rel="alternate" type="application/rss+xml" title="blog - ${user}" href="${user_url(request, user, 'rss')}"/>
+
   </head>
 
   <body>