2010-10-07 10:48:51 -07:00
|
|
|
@using Orchard.Blogs.Extensions;
|
|
|
|
@using Orchard.Blogs.Models;
|
|
|
|
@using Orchard.Core.Common.Extensions;
|
|
|
|
@using Orchard.Core.Common.Models;
|
|
|
|
@using Orchard.Core.Common.ViewModels;
|
2010-09-17 01:00:24 -07:00
|
|
|
<h2>@Html.Link((string)Model.Title, Url.BlogPost((BlogPostPart)Model.ContentItem.Get(typeof(BlogPostPart))))</h2>
|
|
|
|
<div class="meta">@Html.PublishedState(new CommonMetadataViewModel((CommonPart)Model.ContentItem.Get(typeof(CommonPart))), T) | @Display(Model.meta)</div>
|
2010-10-13 15:42:36 -07:00
|
|
|
<div class="content">@Display(Model.Primary)</div>
|