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>
|
</form>
|
||||||
|
|
||||||
|
<% if (siblings.length) { %>
|
||||||
<div class="siblings">
|
<div class="siblings">
|
||||||
<h3>Siblings</h3>
|
<h3>Siblings</h3>
|
||||||
|
|
||||||
|
@ -90,6 +91,7 @@
|
||||||
<% }) %>
|
<% }) %>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
<div class="post-list">
|
<div class="post-list">
|
||||||
<h3>Example usages</h3>
|
<h3>Example usages</h3>
|
||||||
|
|
Loading…
Reference in a new issue