👄 side

This commit is contained in:
Van
2019-07-09 12:14:09 +08:00
parent 1a022174b7
commit bf7cbd9150
3 changed files with 471 additions and 343 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -66,12 +66,12 @@
<h3>${recentCommentsLabel}</h3>
<ul class="comms breakline">
<#list recentComments as comment>
<li>
<li class="fn__flex">
<span class="arrow">
</span>
<a rel="nofollow" title="${comment.commentContent}" href="${servePath}${comment.commentSharpURL}">
${comment.commentContent}
</a>
</span>
</li>
</#list>
</ul>