Getting a blog's RSS feed to be made known on the blog's detail page

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-25 10:16:33 -07:00
parent ba2cae0404
commit 3166c8fb2e

View File

@@ -19,9 +19,11 @@
<!-- default positioning -->
<Match ContentType="Blog">
<Match DisplayType="Detail">
<!-- blog posts currently added to the blog within the controller into Content:5 <Place Parts_Blogs_BlogPost_List="Content:5" />-->
<!-- blog posts currently added to the blog within the controller into Content:5 <Place Parts_Blogs_BlogPost_List="Content:5" /> but...
...placing it in in the Content zone as it's currently implemented to light up the RSS feed for the blog... -->
<!-- Parts_Blogs_RemotePublishing is made available with the "Remote Blog Publishing" feature -->
<Place Parts_Blogs_Blog_Pager="Content:after"
<Place Parts_Blogs_BlogPost_List="Content"
Parts_Blogs_Blog_Pager="Content:after"
Parts_Blogs_Blog_Description="Content:before"
Parts_Blogs_RemotePublishing="Content"/>
</Match>