Hot fix to add images to recent and featured links on the index

beta
Ro 3 years ago
commit e5873b92cf

@ -81,6 +81,7 @@ class Render
"path" => $page["path"],
"slug" => $page["slug"],
"title" => $page["title"],
"feature" => $page["feature"],
]);
}
@ -90,6 +91,7 @@ class Render
"path" => $page["path"],
"slug" => $page["slug"],
"title" => $page["title"],
"feature" => $page["feature"],
]);
}
}

Loading…
Cancel
Save