accidentlly removed feature img from recent and featured lists. oops

This commit is contained in:
Ro 2022-01-04 17:06:15 -08:00
commit 0e52528de0

View file

@ -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"],
]);
}
}