🐛 修复 Andrea 皮肤侧边栏最新评论链接

This commit is contained in:
Liang Ding 2018-03-08 21:05:14 +08:00
parent 0bf9abe906
commit 4602651c2a

View File

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