Skip to content

Commit

Permalink
Add a main index
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 14, 2017
1 parent 53393a5 commit 1858fbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/generate
Expand Up @@ -22,6 +22,9 @@ my @songs = $sch->resultset('Song')->search(undef, {
order_by => 'title',
})->all;

$tt->process('index.tt', undef, 'index.html')
or die $tt->error;

$tt->process('albums.tt', {
albums => \@albums,
title => 'Cooking Vinyl Compilations',
Expand Down

0 comments on commit 1858fbb

Please sign in to comment.