emoji 样式修改

This commit is contained in:
Van
2017-08-31 00:37:57 +08:00
parent 06e22afbdf
commit 399073c5bd
17 changed files with 33 additions and 25 deletions

View File

@@ -21,7 +21,7 @@
${comment.commentName}<#else>
<a target="_blank" href="${comment.commentURL}">
${comment.commentName}</a></#if>:
<a rel="nofollow" class='side-comment' title="${comment.commentContent}" href="${servePath}${comment.commentSharpURL}">
<a rel="nofollow" class='side-comment' href="${servePath}${comment.commentSharpURL}">
${comment.commentContent}
</a>
</li>