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

@@ -32,7 +32,7 @@
<ul id="recentComments">
<#list recentComments as comment>
<li>
<a rel="nofollow" href="${servePath}${comment.commentSharpURL}" title="${comment.commentContent}">
<a rel="nofollow" href="${servePath}${comment.commentSharpURL}">
${comment.commentName}: ${comment.commentContent}
</a>
</li>