This commit is contained in:
thepra
2017-04-09 18:38:01 +02:00
parent 68d4127a19
commit 64d592f02b
3 changed files with 22 additions and 17 deletions

View File

@ -171,7 +171,7 @@ void GeneralBuilder::BuildHTMLFiles(Sites site, list<Document> rootFiles, list<D
path postsContentDir{devDir.append("postsContent")};
path outputDir{dir}; outputDir.append("output_thepradev");
path posts{outputDir}; posts.append("posts");
}
break;