mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Getting a blog's RSS feed to be made known on the blog's detail page
--HG-- branch : dev
This commit is contained in:
@@ -19,9 +19,11 @@
|
|||||||
<!-- default positioning -->
|
<!-- default positioning -->
|
||||||
<Match ContentType="Blog">
|
<Match ContentType="Blog">
|
||||||
<Match DisplayType="Detail">
|
<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 -->
|
<!-- 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_Blog_Description="Content:before"
|
||||||
Parts_Blogs_RemotePublishing="Content"/>
|
Parts_Blogs_RemotePublishing="Content"/>
|
||||||
</Match>
|
</Match>
|
||||||
|
|||||||
Reference in New Issue
Block a user