diff --git a/Pages/BlogPost.cshtml b/Pages/BlogPost.cshtml index 64c0581..67d15d3 100644 --- a/Pages/BlogPost.cshtml +++ b/Pages/BlogPost.cshtml @@ -16,6 +16,6 @@ @Model.Post.PublishedOn.ToString("yyyy-MM-dd") - @Utils.a_an(Model.Post.ReadTimeMinutes) @Model.Post.ReadTimeMinutes minute read (150 wpm)

@Model.Post.Title

-
+
@Html.Raw(Model.Post.Content)