WIP:bulma:neu
[website] / dist / templates / layout.html
index ba55df8..a7743c2 100644 (file)
@@ -43,7 +43,7 @@
             <li th:fragment="submenu(submenu, parent, pos)"
                 th:each="entry : ${submenu}"
                 th:with="
-                    leaf=${pos gt len - 1},
+                    leaf=${pos >= len - 1},
                     selected=${!leaf and crumbs.get(pos) == entry},
                     active=${entry == uri},
                     sibling=${pos + 1 == len and (_childs.get(uri) == null or uri == parent)},