fixed titles

master
Rachel Fae Fox (foxiepaws) 2021-10-19 14:53:08 -04:00
parent 1d0d940a68
commit 88fba8d06c
1 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ sub dundra :Local {
my $cr = $race;
push @characters, sprintf("%s %s %s\n", $gender, $cr, $class);
}
$c->stash({title => "random pathfinder character concept generator", game => "D&D 5e", sources => $ddstatement, chars => \@characters, template => 'char.tt'});
$c->stash({title => "random D&D 5e character concept generator", game => "D&D 5e", sources => $ddstatement, chars => \@characters, template => 'char.tt'});
}
=head2 index
@ -266,7 +266,7 @@ sub pathfinder :Local {
sub index :Path :Arg(0) {
my ( $self, $c ) = @_;
$c->stash({title => "random pathfinder character concept generator", template => 'index.tt'});
$c->stash({title => "random character concept generators", template => 'index.tt'});
}