From 91249029dc4020718d729f141bb4c82024c4dba5 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sat, 27 Apr 2024 16:45:59 +0100 Subject: [PATCH] style: remove comment count from article meta --- OliverBooth/Pages/Blog/Article.cshtml | 6 ------ 1 file changed, 6 deletions(-) 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)