fixes bug where categories were taken from default source folder when alternative was given

This commit is contained in:
Rosia E Evans 2023-10-13 18:01:03 +01:00
parent 7b7f967d74
commit 9893049ec9
2 changed files with 4 additions and 4 deletions

View file

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