chapter hgroup + calming decor
This commit is contained in:
parent
0545b131de
commit
94d14d70c1
370 changed files with 9583 additions and 1566 deletions
|
|
@ -251,6 +251,9 @@ return function (App $app) {
|
|||
Field $field,
|
||||
string $separator = 'yaml'
|
||||
) use ($app): Pages {
|
||||
// always pass at least two arguments even if the
|
||||
// data is empty so that `$site->find()` always
|
||||
// returns a collection, not a single page
|
||||
return $app->site()->find(
|
||||
false,
|
||||
false,
|
||||
|
|
@ -320,6 +323,9 @@ return function (App $app) {
|
|||
Field $field,
|
||||
string $separator = 'yaml'
|
||||
) use ($app): Users {
|
||||
// always pass at least two arguments even if the
|
||||
// data is empty so that `$users->find()` always
|
||||
// returns a collection, not a single user
|
||||
return $app->users()->find(
|
||||
false,
|
||||
false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue