Fix parent link

This commit is contained in:
danpros 2024-01-26 10:46:17 +07:00
commit 0d0195c247
3 changed files with 4 additions and 4 deletions

View file

@ -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);