diff --git a/kirby b/kirby index b884677..0330c0a 160000 --- a/kirby +++ b/kirby @@ -1 +1 @@ -Subproject commit b8846772d3cc2fabe4e84c5b7f128dcd0b6e4202 +Subproject commit 0330c0ae4214cde349710b099a770fffd0971b4e diff --git a/site/controllers/notes.php b/site/controllers/notes.php index 9675ca1..163d5d3 100644 --- a/site/controllers/notes.php +++ b/site/controllers/notes.php @@ -2,7 +2,7 @@ return function($site, $pages, $page) { // fetch the basic set of pages - $articles = $page->children()->visible()->flip(); + $articles = $page->children()->listed()->flip(); // add the tag filter if($tag = param('tag')) { diff --git a/site/snippets/menu.php b/site/snippets/menu.php index ef7631d..fec42d7 100644 --- a/site/snippets/menu.php +++ b/site/snippets/menu.php @@ -1,7 +1,7 @@