Fixed showing "siblings" text even if theren't any

This commit is contained in:
Marcin Kurczewski 2014-11-04 19:27:15 +01:00
parent 005d857cfb
commit ec2fe23f7e

View file

@ -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>