From 0470ad3a12c857a4740456ef5c31ba5fe4550a93 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Thu, 25 Feb 2021 17:13:21 +0100 Subject: [PATCH] WIP:bulma:neu --- dist/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/templates/layout.html b/dist/templates/layout.html index bdc30466..00c1c73c 100644 --- a/dist/templates/layout.html +++ b/dist/templates/layout.html @@ -44,7 +44,7 @@ th:each="entry : ${submenu}" th:with=" childs=${entry == parent ? null : _childs.get(entry)}, - leaf=${pos == (len - 1) and (childs == null or childs.size() == 0)}, + leaf=${pos >= (len - 1)}, child=${pos == len}, selected=${!child and crumbs.get(pos) == entry}, active=${entry == uri}, -- 2.20.1