This commit is contained in:
Van 2019-03-01 16:12:48 +08:00
parent 8cfb727723
commit c7fd894208
No known key found for this signature in database
GPG Key ID: 7059B8783A78F16C
2 changed files with 4 additions and 1 deletions

View File

@ -20,9 +20,10 @@
* skin tree-house style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 2.0.0.0, Feb 21, 2019
* @version 2.1.0.0, Mar 1, 2019
*/
@import "../../../scss/reset";
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
.left {

View File

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