forked from projects/fipamo
hot fix for adding images two recent and featured links
This commit is contained in:
parent
7e38b4edb8
commit
39775e624d
2 changed files with 21 additions and 19 deletions
|
@ -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…
Reference in a new issue