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>
|
2010-10-15 18:11:06 -07:00
|
|
|
<div class="meta">@Html.PublishedState(new CommonMetadataViewModel((CommonPart)Model.ContentItem.Get(typeof(CommonPart))), T) | @Display(Model.Meta)</div>
|
2010-10-14 11:15:22 -07:00
|
|
|
<div class="content">@Display(Model.Content)</div>
|