We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ccc98 commit 04f56cdCopy full SHA for 04f56cd
1 file changed
generate/foundation.php
@@ -14,7 +14,7 @@
14
$dest = $path."foundation-site/";
15
//$dest = FOUNDDIR;
16
17
-$page = new Page("Overview", "Overview");
+$page = new Page("Overview2", "Overview2");
18
$page->content(file_get_contents($source."overview.html"));
19
writeFile($dest."index.html", $page->out());
20
//copydirr($source.'/imgs', $dest.'/images');
@@ -30,7 +30,7 @@
30
$page->content(file_get_contents($source."projects.html"));
31
writeFile($dest."projects/index.html", $page->out());
32
33
-$page = new Page("People", "People");
+$page = new Page("People2", "People2");
34
$page->content(file_get_contents($source."people.html"));
35
writeFile($dest."people/index.html", $page->out());
36
0 commit comments