Initial ui test.
This commit is contained in:
parent
7fcc8e43ae
commit
36515556b8
15 changed files with 178 additions and 28 deletions
|
@ -50,7 +50,7 @@ void ContentFile::doLinkTagSubstitution(const Path& basePath)
|
|||
auto full_path = mFilename.parent_path() / Path(replaced_target);
|
||||
auto base_relative_path = PathUtils::getRelativePath(full_path, basePath);
|
||||
auto output_path = PathUtils::getPathDelimited(base_relative_path);
|
||||
link->setTarget(Path(output_path).replace_extension(".html"));
|
||||
link->setTarget(Path(output_path).replace_extension(".html").string());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue