style: remove comment count from article meta
This commit is contained in:
parent
55b9f79e46
commit
91249029dc
@ -74,12 +74,6 @@
|
|||||||
Updated @updated.Humanize()
|
Updated @updated.Humanize()
|
||||||
</abbr>
|
</abbr>
|
||||||
}
|
}
|
||||||
|
|
||||||
@if (post.EnableComments)
|
|
||||||
{
|
|
||||||
<span>•</span>
|
|
||||||
<a href="#disqus_thread" data-disqus-identifier="@post.GetDisqusIdentifier()">0 Comments</a>
|
|
||||||
}
|
|
||||||
</p>
|
</p>
|
||||||
<div class="post-tags">
|
<div class="post-tags">
|
||||||
@foreach (string tag in post.Tags)
|
@foreach (string tag in post.Tags)
|
||||||
|
Loading…
Reference in New Issue
Block a user