Release 1.4.0

This commit is contained in:
Liang Ding
2016-06-28 20:11:13 +08:00
parent 5070676b40
commit dae1cb3516
3 changed files with 29 additions and 24 deletions

View File

@@ -7,7 +7,7 @@
<div class="fn-clear post-meta">
<span class="fn-left">
<#if "http://" == comment.commentURL>
<span>${comment.commentName}</span>
<a>${comment.commentName}</a>
<#else>
<a href="${comment.commentURL}" target="_blank">${comment.commentName}</a>
</#if>