diff --git a/system/src/Grav/Common/Page/Pages.php b/system/src/Grav/Common/Page/Pages.php index d8cad6e07..c132e158b 100644 --- a/system/src/Grav/Common/Page/Pages.php +++ b/system/src/Grav/Common/Page/Pages.php @@ -384,7 +384,8 @@ class Pages } $list = array(); - if ($current->routable()) { + + if (!$current->root()) { $list[$current->route()] = str_repeat('  ', ($level-1)*2) . $current->title(); }