witten
/
luminotes
Archived
1
0
Fork 0

Blog page now triggers Firefox/IE rss feed autodetection.

This commit is contained in:
Dan Helfman 2008-04-04 09:20:14 +00:00
parent 7ba963090c
commit af9b8de448
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ class Main_page( Page ):
self,
title,
Link( rel = u"stylesheet", type = u"text/css", href = u"/static/css/header.css" ),
( notebook.name == u"Luminotes blog" ) \
and Link( rel = u"alternate", type = u"application/rss+xml", title = u"Luminotes blog", href = "/blog?rss" ) or None,
Script( type = u"text/javascript", src = u"/static/js/MochiKit.js" ) or None,
Script( type = u"text/javascript", src = u"/static/js/Invoker.js" ) or None,
Script( type = u"text/javascript", src = u"/static/js/Editor.js" ) or None,