This commit is contained in:
Van
2019-03-01 15:47:32 +08:00
parent e84f72ea94
commit a6b4d4a097
2 changed files with 379 additions and 282 deletions

View File

@@ -141,6 +141,7 @@
<h4>${archiveLabel}</h4>
<ul>
<#list archiveDates as archiveDate>
<#if archiveDate_index < 10>
<li>
<#if "en" == localeString?substring(0, 2)>
<a href="${servePath}/archives/${archiveDate.archiveDateYear}/${archiveDate.archiveDateMonth}"
@@ -152,6 +153,7 @@
${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel}</a>(${archiveDate.archiveDatePublishedArticleCount})
</#if>
</li>
</#if>
</#list>
</ul>
</div>