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

@@ -24,19 +24,19 @@
</div>
<h2 class="article-title">
<a rel="bookmark" href="${servePath}${article.articlePermalink}">
${article.articleTitle}
</a>
<#if article.hasUpdated>
<sup>
${updatedLabel}
</sup>
<span>
[${updatedLabel}]
</span>
</#if>
<#if article.articlePutTop>
<sup>
${topArticleLabel}
</sup>
<span>
[${topArticleLabel}]
</span>
</#if>
<a rel="bookmark" title="${article.articleTitle}" href="${servePath}${article.articlePermalink}">
${article.articleTitle}
</a>
</h2>
<div class="article-body">
${article.articleAbstract}