phrozn
phrozn copied to clipboard
Sample site does not compile if src directory is not .
the twig includes are relative to phr not the source root.
The easy fix is to make the layout includes to be './footer.twig' instead of 'layouts/footer.twig' etc.
+1 to the note that using './footer.twig' works method works currently for me also.
It's odd that the src dir needs to be prefixed with a '.', making it hidden in *nix systems by default. So +1 also to this request to remove the . prefix requirement from the src dir.