mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
make sidebar accept six items
This commit is contained in:
parent
cd13af021c
commit
87436c3d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue