Fixed the display of blog posts on a blog in all of the themes

- added a default blog list template and remove all of the theme-specific part templates (which were all the same)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-07-19 11:13:23 -07:00
parent eb14188ccc
commit 9301e9eb0a
9 changed files with 33 additions and 55 deletions

View File

@@ -134,6 +134,7 @@
<Content Include="Views\DisplayTemplates\Items\Blogs.Blog.ascx" />
<Content Include="Views\DisplayTemplates\Parts\Blogs.Blog.Manage.ascx" />
<Content Include="Views\DisplayTemplates\Parts\Blogs.BlogPost.List.ascx" />
<Content Include="Views\DisplayTemplates\Parts\Blogs.BlogPost.List.DetailAdmin.ascx" />
<Content Include="Views\DisplayTemplates\Items\Blogs.Blog.Summary.ascx" />
<Content Include="Views\DisplayTemplates\Parts\Blogs.Blog.Description.ascx" />
<Content Include="Views\DisplayTemplates\Parts\Blogs.Blog.Metadata.ascx" />