emoji 样式修改

This commit is contained in:
Van
2017-08-31 00:37:57 +08:00
parent 06e22afbdf
commit 399073c5bd
17 changed files with 33 additions and 25 deletions

View File

@@ -68,7 +68,6 @@
${article.articleSign.signHTML}
</#if>
</div>
<div id="externalRelevantArticles"></div>
<@comments commentList=articleComments article=article></@comments>
<#include "copyright.ftl"/>
</div>
@@ -77,9 +76,18 @@
</div>
<#include "footer.ftl">
<@comment_script oId=article.oId>
page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}";
MetroHot.tips = {
externalRelevantArticlesDisplayCount: "${externalRelevantArticlesDisplayCount}",
blogHost: "${blogHost}"
}
<#if 0 != randomArticlesDisplayCount>
MetroHot.loadRandomArticles();
</#if>
<#if 0 != relevantArticlesDisplayCount>
MetroHot.loadRelevantArticles('${article.oId}', '<h4>${relevantArticles1Label}</h4>');
</#if>
<#if 0 != externalRelevantArticlesDisplayCount>
page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,</#if></#list>");
MetroHot.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,</#if></#list>");
</#if>
</@comment_script>
</body>