From: Kai Moritz Date: Thu, 25 Feb 2021 16:13:21 +0000 (+0100) Subject: WIP:bulma:neu X-Git-Url: https://juplo.de/gitweb/?p=website;a=commitdiff_plain;h=0470ad3a12c857a4740456ef5c31ba5fe4550a93 WIP:bulma:neu --- 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},