This commit is contained in:
Aaron Bieber 2023-08-31 07:46:12 -06:00
parent 0b5306c9da
commit 2390695a71
No known key found for this signature in database

View File

@ -151,7 +151,7 @@ get '/' => sub ($c) {
$c->stash( title => $title );
$c->stash( descr => $descr );
$c->stash( mtime => $mtime );
$c->stash( year => (localtime)[5] + 1900 );
$c->stash( year => (localtime)[5] + 1900 );
if ( defined $search && $search ne "" ) {
my $db = $c->sqlite->db;