mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 20:16:22 +05:30
Fix parent link
This commit is contained in:
parent
8d142b7f37
commit
0d0195c247
3 changed files with 4 additions and 4 deletions
|
|
@ -628,7 +628,7 @@ function get_subpages($sub_pages, $page = 1, $perpage = 0)
|
|||
|
||||
$post->md = $v['basename'];
|
||||
$post->slug = $url;
|
||||
$post->parent = $fd;
|
||||
$post->parent = $static;
|
||||
|
||||
// Get the contents and convert it to HTML
|
||||
$content = file_get_contents($post->file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue