This commit is contained in:
Van
2019-03-28 23:00:58 +08:00
parent acb13c5f18
commit c502f892eb
9 changed files with 152 additions and 10 deletions

View File

@@ -33,7 +33,7 @@
<div class="wrapper other">
<h2 class="other__title"><a href="${servePath}/tags.html" class="ft__a">${allTagsLabel}</a> - ${tag.tagTitle}</h2>
<div class="other__meta--list other__meta">
${tag.tagPublishedRefCount} ${tagLabel}
${tag.tagPublishedRefCount} ${cntArticleLabel}
</div>
<#include "article-list.ftl">
</div>