forked from projects/fipamo
accidentlly removed feature img from recent and featured lists. oops
This commit is contained in:
commit
0e52528de0
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,7 @@ class Sorting
|
|||
"path" => $item["path"],
|
||||
"slug" => $item["slug"],
|
||||
"title" => $item["title"],
|
||||
"feature" => $item["feature"],
|
||||
]);
|
||||
}
|
||||
|
||||
|
@ -200,6 +201,7 @@ class Sorting
|
|||
"path" => $item["path"],
|
||||
"slug" => $item["slug"],
|
||||
"title" => $item["title"],
|
||||
"feature" => $item["feature"],
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue