This commit is contained in:
Van
2019-03-22 19:25:36 +08:00
parent 60a8e6df33
commit b2fe147b13
8 changed files with 472 additions and 260 deletions

View File

@@ -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>
&nbsp;${article.articleCommentCount}&nbsp;&nbsp;
&nbsp;${article.articleCommentCount} ${commentLabel}&nbsp;&nbsp;
</a>
<a rel="nofollow" href="${servePath}${article.articlePermalink}" class="left">
<span class="left browserIcon" title="${viewLabel}"></span>
&nbsp;&nbsp;${article.articleViewCount}&nbsp;&nbsp;
&nbsp;&nbsp;${article.articleViewCount} ${viewLabel}&nbsp;&nbsp;
</a>
</div>
<div class="clear"></div>