Fixed showing "siblings" text even if theren't any
This commit is contained in:
parent
005d857cfb
commit
ec2fe23f7e
1 changed files with 14 additions and 12 deletions
|
@ -77,6 +77,7 @@
|
|||
<% } %>
|
||||
</form>
|
||||
|
||||
<% if (siblings.length) { %>
|
||||
<div class="siblings">
|
||||
<h3>Siblings</h3>
|
||||
|
||||
|
@ -90,6 +91,7 @@
|
|||
<% }) %>
|
||||
</ul>
|
||||
</div>
|
||||
<% } %>
|
||||
|
||||
<div class="post-list">
|
||||
<h3>Example usages</h3>
|
||||
|
|
Loading…
Reference in a new issue