hot fix for adding images two recent and featured links

pull/84/head
Ro 3 years ago
parent 7e38b4edb8
commit 39775e624d

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

Loading…
Cancel
Save