Commit 97ff9469 authored by Vanessa's avatar Vanessa

收工

parent 4c90b8b6
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
<body> <body>
${topBarReplacement} ${topBarReplacement}
<#include "header.ftl"> <#include "header.ftl">
<div class="main"> <div class="wrapper">
<div class="wrapper"> <div class="container">
<div class="article"> <div class="module">
<div class="article-title"> <div class="article-title">
<h2> <h2>
<a class="ft-gray" href="${servePath}${article.articlePermalink}"> <a class="ft-gray" href="${servePath}${article.articlePermalink}">
...@@ -57,7 +57,6 @@ ...@@ -57,7 +57,6 @@
<a rel="nofollow" href="${servePath}/authors/${article.authorId}">${article.authorName}</a> <a rel="nofollow" href="${servePath}/authors/${article.authorId}">${article.authorName}</a>
</div> </div>
<div class="left ft-gray"> <div class="left ft-gray">
${tag1Label}
<#list article.articleTags?split(",") as articleTag> <#list article.articleTags?split(",") as articleTag>
<a rel="tag" href="${servePath}/tags/${articleTag?url('UTF-8')}">${articleTag}</a><#if articleTag_has_next>,</#if> <a rel="tag" href="${servePath}/tags/${articleTag?url('UTF-8')}">${articleTag}</a><#if articleTag_has_next>,</#if>
</#list> </#list>
...@@ -85,10 +84,11 @@ ...@@ -85,10 +84,11 @@
</div> </div>
</#if> </#if>
<div class="clear"></div> <div class="clear"></div>
<@comments commentList=articleComments article=article></@comments>
</div> </div>
<@comments commentList=articleComments article=article></@comments>
</div> </div>
</div> </div>
<#include "footer.ftl"> <#include "footer.ftl">
<@comment_script oId=article.oId> <@comment_script oId=article.oId>
page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}"; page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment