fix
This commit is contained in:
parent
4ffd5d4fa5
commit
cd8c1a8e5d
@ -94,7 +94,7 @@ in {
|
|||||||
postsRendered = let
|
postsRendered = let
|
||||||
path = "${toString src}/posts";
|
path = "${toString src}/posts";
|
||||||
in
|
in
|
||||||
if l.pathExists postsRendered
|
if l.pathExists path
|
||||||
then
|
then
|
||||||
l.pipe (l.readDir path) [
|
l.pipe (l.readDir path) [
|
||||||
(l.mapAttrsToList (
|
(l.mapAttrsToList (
|
||||||
|
Loading…
Reference in New Issue
Block a user