This commit is contained in:
parent
40556f2dd1
commit
d09592730e
@ -116,7 +116,15 @@
|
|||||||
<span class="icon icon-gplus" data-type="google"></span>
|
<span class="icon icon-gplus" data-type="google"></span>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
<#if 0 != relevantArticlesDisplayCount>
|
||||||
|
<div id="relevantArticles" class="abstract"></div>
|
||||||
|
</#if>
|
||||||
|
<#if 0 != randomArticlesDisplayCount>
|
||||||
|
<div id="randomArticles" class="abstract"></div>
|
||||||
|
</#if>
|
||||||
|
<#if externalRelevantArticlesDisplayCount?? && 0 != externalRelevantArticlesDisplayCount>
|
||||||
<div id="externalRelevantArticles" class="abstract"></div>
|
<div id="externalRelevantArticles" class="abstract"></div>
|
||||||
|
</#if>
|
||||||
</article>
|
</article>
|
||||||
<@comments commentList=articleComments article=article></@comments>
|
<@comments commentList=articleComments article=article></@comments>
|
||||||
|
|
||||||
@ -127,6 +135,12 @@
|
|||||||
<#if 0 != externalRelevantArticlesDisplayCount>
|
<#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>");
|
||||||
</#if>
|
</#if>
|
||||||
|
<#if 0 != randomArticlesDisplayCount>
|
||||||
|
page.loadRandomArticles();
|
||||||
|
</#if>
|
||||||
|
<#if 0 != relevantArticlesDisplayCount>
|
||||||
|
page.loadRelevantArticles('${article.oId}', '<h4>${relevantArticles1Label}</h4>');
|
||||||
|
</#if>
|
||||||
</@comment_script>
|
</@comment_script>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user