make sidebar accept six items

This commit is contained in:
Martin Holst Swende 2019-04-03 15:20:54 +02:00
parent cd13af021c
commit 87436c3d8a
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ layout: default
{% for coll in collections %}
{% if coll.sidebar_index %}
{% assign count = coll.docs | size %}
{% if count <= 5 %}
{% if count <= 6 %}
<div class="list-group">
<a class="list-group-item active">{{ coll.caption }}</a>
{% for doc in coll.docs %}