2019-10-02 16:15:37 +00:00
|
|
|
<div class="card widget">
|
|
|
|
<div class="card-content">
|
|
|
|
<h3 class="menu-label">
|
|
|
|
最新评论
|
|
|
|
</h3>
|
|
|
|
<@commentTag method="latest" top="5">
|
|
|
|
<#if comments?? && comments.getTotalElements() gt 0>
|
|
|
|
<#list comments.content as comment>
|
|
|
|
<article class="media">
|
|
|
|
<div class="media-content">
|
|
|
|
<div class="content">
|
|
|
|
<div><time class="has-text-grey is-size-7 is-uppercase" datetime="${comment.createTime!}">${comment.createTime?string('yyyy-MM-dd')}</time></div>
|
|
|
|
${comment.author!} : <a href="${context!}/archives/${comment.post.url!}#comment-wrapper" class="title has-link-black-ter is-size-6 has-text-weight-normal">${comment.content!}</a>
|
|
|
|
</div>
|
2020-02-29 09:32:58 +00:00
|
|
|
|
2019-10-02 16:15:37 +00:00
|
|
|
</div>
|
|
|
|
</article>
|
|
|
|
</#list>
|
|
|
|
</#if>
|
|
|
|
</@commentTag>
|
|
|
|
</div>
|
|
|
|
</div>
|