We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ab7db commit aa25a15Copy full SHA for aa25a15
1 file changed
generate/foundation.php
@@ -23,8 +23,8 @@
23
$source = CONTENTDIR."foundation-test/";
24
25
$page = new Page("Foundation Overview", "Foundation Overview");
26
-$page->content(file_get_contents($source."overviewf.html"));
27
-writeFile('overviewf/index.html', $page->out());
+$page->content(file_get_contents($source."foundation-test/overviewf.html"));
+writeFile('overviewf.html', $page->out());
28
#copydirr($source.'/images', $path.'/images');
29
30
$page = new Page("Mission", "Mission");
0 commit comments