diff --git a/layouts/partials/navigators/navbar.html b/layouts/partials/navigators/navbar.html index 3debe37..00db04a 100644 --- a/layouts/partials/navigators/navbar.html +++ b/layouts/partials/navigators/navbar.html @@ -59,7 +59,7 @@ {{ range sort $sections "section.weight" }} {{ if and (.section.enable) (.section.showOnNavbar)}} {{ $sectionCount = add $sectionCount 1}} - {{ if lt $sectionCount 5 }} + {{ if le $sectionCount 5 }}