metro 改进

This commit is contained in:
Van
2013-09-30 18:21:49 +08:00
parent a9a772653c
commit 10953a0af5
11 changed files with 215 additions and 170 deletions

View File

@@ -23,18 +23,18 @@
</#if>
</span>
<h2>
${article.articleTitle}
<h2>
<#if article.hasUpdated>
<sup>
${updatedLabel}
</sup>
<span>
[${updatedLabel}]
</span>
</#if>
<#if article.articlePutTop>
<sup>
${topArticleLabel}
</sup>
<span>
[${topArticleLabel}]
</span>
</#if>
${article.articleTitle}
</h2>
<div data-ico="&#x003b;" title="${tagLabel}">
<#list article.articleTags?split(",") as articleTag>