Merge branch 'main' into dev

This commit is contained in:
Elio Struyf
2022-06-11 20:04:31 +02:00
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ export class PagesListener extends BaseListener {
try {
const page = this.processPageContent(file.filePath, file.mtime, file.fileName, folder.title);
if (page) {
if (page && !pages.find(p => p.fmFilePath === page.fmFilePath)) {
pages.push(page);
}