https://github.com/b3log/solo/issues/12720 tree-house
This commit is contained in:
@@ -99,12 +99,10 @@
|
||||
${article.articleCreateDate?string("yyyy-MM-dd HH:mm:ss")}
|
||||
</span>
|
||||
<a rel="nofollow" href="${servePath}${article.articlePermalink}#comments" class="left">
|
||||
<span class="left commentIcon" title="${commentLabel}"></span>
|
||||
${article.articleCommentCount}
|
||||
${article.articleCommentCount} ${commentLabel}
|
||||
</a>
|
||||
<a rel="nofollow" href="${servePath}${article.articlePermalink}" class="left">
|
||||
<span class="left browserIcon" title="${viewLabel}"></span>
|
||||
${article.articleViewCount}
|
||||
${article.articleViewCount} ${viewLabel}
|
||||
</a>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
||||
Reference in New Issue
Block a user