comparison 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
comparison
equal deleted inserted replaced
32:0826015cc13d 33:89f5158ef191
12 <link href="${href}" 12 <link href="${href}"
13 type="text/css" 13 type="text/css"
14 rel="${index and 'alternate stylesheet' or 'stylesheet'}" 14 rel="${index and 'alternate stylesheet' or 'stylesheet'}"
15 title="${sheet}"/> 15 title="${sheet}"/>
16 </py:for> 16 </py:for>
17
18 <link rel="alternate" type="application/rss+xml" title="blog - ${user}" href="${user_url(request, user, 'rss')}"/>
17 19
18 </head> 20 </head>
19 21
20 <body> 22 <body>
21 23