This commit is contained in:
Van
2019-03-01 15:30:14 +08:00
parent e9919264dc
commit 71666d764f
2 changed files with 13 additions and 15 deletions

View File

@@ -462,11 +462,7 @@ img {
}
.side-navi .navi-comments .side-comment img {
border: 0px;
height: 16px;
margin-right: 0px;
padding: 0px;
width: 16px;
display: none;
}
.side-navi .navi-comments li {

View File

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