Adds prototype for mapping out pages for navigation sections
This commit is contained in:
parent
dc03e239d5
commit
2fbec8869d
14 changed files with 69 additions and 9 deletions
|
@ -73,7 +73,7 @@ std::string BlogPageBuilder::generateNavSection()
|
|||
isOptionEnabled(OptionFlags::HIDE_PRIVATE))
|
||||
continue;
|
||||
buffer
|
||||
<< "<li><a href=" << page->getRelativeUrl() << ">"
|
||||
<< "<li><a href=" << page->getRelativeOutUrl() << ">"
|
||||
<< page->getPageTitle()
|
||||
<< "</a></li>\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue