Skip to content

Commit

Permalink
Stop building index2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Apr 24, 2019
1 parent 86ff09d commit b6ae3c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build
Expand Up @@ -23,8 +23,7 @@ my $tt = Template->new({

my $sch = Literature::Schema->get_schema;

# Note index2 for testing
$tt->process('index.tt', {}, 'index2.html')
$tt->process('index.tt', {}, 'index.html')
or die $tt->error;

for (keys %resources) {
Expand Down

0 comments on commit b6ae3c5

Please sign in to comment.