This commit is contained in:
Van
2019-03-01 11:24:45 +08:00
parent 2d05eb06f2
commit df3df935dd
2 changed files with 5 additions and 4 deletions

View File

@@ -141,7 +141,8 @@
page.loadRelevantArticles('${article.oId}', '<h4 class="ft-gray">${relevantArticlesLabel}</h4>');
</#if>
<#if 0 != externalRelevantArticlesDisplayCount>
page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,</#if></#list>");
page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,</#if></#list>",
'<h4 class="ft-gray">${externalRelevantArticlesLabel}</h4>');
</#if>
</@comment_script>
</body>