This commit is contained in:
Van
2019-08-27 18:30:49 +08:00
parent cfceead292
commit 8acd61e237
21 changed files with 315 additions and 315 deletions

View File

@@ -43,11 +43,7 @@
</#if>
</h2>
<div class="article-date">
<#if article.hasUpdated>
${article.articleUpdateDate?string("yyyy HH:mm:ss")}
<#else>
${article.articleCreateDate?string("yyyy HH:mm:ss")}
</#if>
by
<a rel="nofollow" class="underline" title="${article.authorName}" href="${servePath}/authors/${article.authorId}">
${article.authorName}</a> |
@@ -88,4 +84,4 @@
&nbsp;&nbsp;${sumLabel} ${paginationPageCount} ${pageLabel}
</div>
<div class="clear"></div>
</#if>
</#if>