This commit is contained in:
Van
2019-08-02 22:16:31 +08:00
parent 1f94084f11
commit 64085edc97
54 changed files with 482 additions and 144 deletions

View File

@@ -36,15 +36,17 @@
<a rel="bookmark" href="${servePath}${article.articlePermalink}">
${article.articleTitle}
</a>
<#if article.hasUpdated>
<sup class="post-tip">
${updatedLabel}
</sup>
</#if>
<#if article.articlePutTop>
<sup class="post-tip">
${topArticleLabel}
</sup>
<sup class="post-tip">
${topArticleLabel}
</sup>
</#if>
<#if article.hasUpdated>
<sup>
<a class="post-tip" href="${servePath}${article.articlePermalink}">
${updatedLabel}
</a>
</sup>
</#if>
</h2>
</header>