📝 link title

This commit is contained in:
Van
2018-12-07 17:29:43 +08:00
parent 2af4532528
commit ccb20d81c5
26 changed files with 132 additions and 184 deletions

View File

@@ -37,7 +37,7 @@
<div class="ft__gray">
${statistic.statisticPublishedBlogArticleCount} ${countLabel}
</div>
<div class="tags fn__clear">
<div class="tags tags--align fn__clear">
<#list archiveDates as archiveDate>
<#if "en" == localeString?substring(0, 2)>
<a class="ft__red" href="${servePath}/archives/${archiveDate.archiveDateYear}/${archiveDate.archiveDateMonth}">
@@ -55,7 +55,7 @@
</div>
</div>
<#if pjax><!---- pjax {#pjax} end ----></#if>
<#include "footer.ftl">
</div>
<#include "footer.ftl">
</body>
</html>