Minor fixes to navigator <a> tags
This commit is contained in:
parent
202801841d
commit
33cc777a65
3 changed files with 9 additions and 3 deletions
|
@ -71,7 +71,7 @@ std::string BlogPageBuilder::generateNavSection()
|
|||
if (page->getPageFlags().hidden)
|
||||
continue;
|
||||
buffer
|
||||
<< "<li><a href=" << page->getOutFileUrl() << ">"
|
||||
<< "<li><a href=" << page->getRelativeUrl() << ">"
|
||||
<< page->getPageTitle()
|
||||
<< "</a></li>\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue