Skip to content

Commit

Permalink
Generate the indexes in the right places
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Apr 17, 2019
1 parent 9e505f4 commit 95f0d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ $tt->process('index.tt', {}, 'index2.html')
for (keys %resources) {
my $rs = $sch->resultset($resources{$_});

$tt->process("$_.tt", { $_ => $rs }, "$_.html")
$tt->process("$_.tt", { $_ => $rs }, "$_/index.html")
or die $tt->error;
}

0 comments on commit 95f0d2a

Please sign in to comment.