Skip to content

Commit a8927a8

Browse files
committed
Change to generating static pages
1 parent b31dad1 commit a8927a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate/staticpages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
$page->content(file_get_contents($source."features.html"));
4747
writeFile('exhibition/features/index.html', $page->out());
4848

49-
$page = new Page("Igoe Interview", "Igoe Interview");
49+
$page = new Page("Features", "Igoe Interview");
5050
$page->content(file_get_contents($source."igoe.html"));
5151
writeFile('exhibition/features/igoe/index.html', $page->out());
5252

0 commit comments

Comments
 (0)