re-inserted feature img into feature and recent lists. oops
This commit is contained in:
parent
71dc41e950
commit
fdf2319783
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