Design adjustments, new content and more
This commit is contained in:
8
site/collections/notes.php
Executable file
8
site/collections/notes.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return function () {
|
||||
return page('notes')
|
||||
->children()
|
||||
->listed()
|
||||
->sortBy('date', 'desc');
|
||||
};
|
Reference in New Issue
Block a user