ease article https://github.com/b3log/solo/issues/12686
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user