Add a Blog Post Publication Date
Steps - Part Three
<small class="blogpost-date">@post.PublicationDate.ToLongDateString()</small>var blogposts = startNode.Children.OrderByDescending(x => x.Value<DateTime>("PublicationDate")).ToList();
Summary
Last updated
Was this helpful?