diff bitsyblog/templates/index.html @ 35:7e7fbdc64cc1

enable atom support, this brings us to 2.0
author k0s <k0scist@gmail.com>
date Sun, 01 Nov 2009 13:30:18 -0500
parents 89f5158ef191
children
line wrap: on
line diff
--- a/bitsyblog/templates/index.html	Sun Nov 01 01:51:14 2009 -0400
+++ b/bitsyblog/templates/index.html	Sun Nov 01 13:30:18 2009 -0500
@@ -7,8 +7,8 @@
   <head>
     <title>${site_name}</title>
     <link href="${link(request, 'css/site.css')}" type="text/css" rel="stylesheet" title="Default"/>
-    <link rel="alternate" type="application/rss+xml" title="${site_name}" href="${link(request, 'rss')}"/>
-
+    <link rel="alternate" type="application/rss+xml" title="${site_name} RSS" href="${link(request, 'rss')}"/>
+    <link rel="alternate" type="application/atom+xml" title="${site_name} Atom" href="${link(request, 'atom')}"/>
   </head>
   <body>
     <xi:include href="navigation.html" />