fixes bug where categories were taken from default source folder when alternative was given
This commit is contained in:
parent
7b7f967d74
commit
9893049ec9
2 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ private:
|
|||
bool isOptionEnabled(int flag);
|
||||
|
||||
public:
|
||||
std::string generateNavSection(std::vector<Page*> pages, int options);
|
||||
std::string generateNavSection(std::vector<Page*> pages, std::string sourceFolderUrl, int options);
|
||||
};
|
||||
|
||||
class BlogPageBuilder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue