This commit is contained in:
Van
2019-02-17 13:08:40 +08:00
parent 8c273df068
commit 714fd85f3e
4 changed files with 15 additions and 10 deletions

View File

@@ -28,9 +28,5 @@
<div class="row cmtForm">
<textarea rows="3" placeholder="${postCommentsLabel}" id="comment" class="form-control"></textarea>
</div>
<#if externalRelevantArticlesDisplayCount?? && 0 != externalRelevantArticlesDisplayCount>
<div id="externalRelevantArticles" class="row article-relative"></div>
</#if>
</#if>
</#macro>