diff --git a/OliverBooth/Pages/Blog/Article.cshtml b/OliverBooth/Pages/Blog/Article.cshtml index 00db3ff..fe6be41 100644 --- a/OliverBooth/Pages/Blog/Article.cshtml +++ b/OliverBooth/Pages/Blog/Article.cshtml @@ -74,12 +74,6 @@ Updated @updated.Humanize() } - - @if (post.EnableComments) - { - - 0 Comments - }

@foreach (string tag in post.Tags)