fix path
This commit is contained in:
parent
f2b5bc28a9
commit
1edb94ea6e
@ -92,7 +92,7 @@ in {
|
||||
path = "${toString from}/${name}";
|
||||
};
|
||||
indexRendered = let
|
||||
path = "${toString src}/index.md";
|
||||
path = getPath src "index.md";
|
||||
in
|
||||
if l.pathExists path
|
||||
then l.readFile (parseMarkdown "index.html" path)
|
||||
|
Loading…
Reference in New Issue
Block a user