change conditon len to 6
This commit is contained in:
parent
429ceee574
commit
2c4662e1f0
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
{{ end }}
|
||||
{{ end }}
|
||||
{{- end }}
|
||||
{{ if gt (len $sections) 7}}
|
||||
{{ if gt (len $sections) 6 }}
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
More
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue