style: remove comment count from article meta

This commit is contained in:
Oliver Booth 2024-04-27 16:45:59 +01:00
parent 55b9f79e46
commit 91249029dc
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 0 additions and 6 deletions

View File

@ -74,12 +74,6 @@
Updated @updated.Humanize()
</abbr>
}
@if (post.EnableComments)
{
<span>&bull;</span>
<a href="#disqus_thread" data-disqus-identifier="@post.GetDisqusIdentifier()">0 Comments</a>
}
</p>
<div class="post-tags">
@foreach (string tag in post.Tags)