We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31dad1 commit a8927a8Copy full SHA for a8927a8
1 file changed
generate/staticpages.php
@@ -46,7 +46,7 @@
46
$page->content(file_get_contents($source."features.html"));
47
writeFile('exhibition/features/index.html', $page->out());
48
49
-$page = new Page("Igoe Interview", "Igoe Interview");
+$page = new Page("Features", "Igoe Interview");
50
$page->content(file_get_contents($source."igoe.html"));
51
writeFile('exhibition/features/igoe/index.html', $page->out());
52
0 commit comments