@page @using Humanizer @using OliverBooth.Data.Blog @using OliverBooth.Services @model OliverBooth.Pages.Blog.Index @inject BlogService BlogService
Loading...
@author?.Name • @(isUpdated ? "Updated" : "Published") @timestamp.Humanize() @if (post.EnableComments) { • 0 Comments }
@Html.Raw(BlogService.GetExcerpt(post, out bool trimmed))
@if (trimmed) { }